add buildah
Some checks failed
Build Container and update Flux / Explore-Gitea-Actions (push) Failing after 8s
Some checks failed
Build Container and update Flux / Explore-Gitea-Actions (push) Failing after 8s
This commit is contained in:
parent
4fb21c94ad
commit
f2f82e8a9e
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
# now let's fix the origin branch's flux.yaml if it's needed.
|
||||
# this will only happen once so it's not such an awful UX.
|
||||
git checkout "$BRANCH"
|
||||
sed -i -e "s@branch: .*@$KBRANCH@" "k/$FLUX_MANIFEST"
|
||||
sed -i -e "s@branch: .*$@branch: $KBRANCH@" "k/$FLUX_MANIFEST"
|
||||
|
||||
if git diff | grep -q .;then
|
||||
echo fixing branch in flux.yaml of the origin branch
|
||||
|
|
|
@ -6,6 +6,7 @@ RUN apk add \
|
|||
nodejs \
|
||||
tea \
|
||||
curl \
|
||||
buildah \
|
||||
--no-cache
|
||||
|
||||
USER rootless
|
||||
|
|
Loading…
Reference in New Issue
Block a user