Update .forgejo/workflows/build.yaml
Some checks failed
/ build (push) Failing after 37s

This commit is contained in:
sqozz 2024-04-17 00:03:59 +02:00
parent 4f89b4c31e
commit 7a36ef1ae6

View file

@ -11,4 +11,4 @@ jobs:
- run: wget https://git.geekify.de/Containers/alpine-bash/raw/branch/main/Dockerfile - run: wget https://git.geekify.de/Containers/alpine-bash/raw/branch/main/Dockerfile
- run: buildah build --isolation=chroot | tee container_id - run: buildah build --isolation=chroot | tee container_id
- run: export CONTAINER_ID=$(tail -n 1 container_id) - run: export CONTAINER_ID=$(tail -n 1 container_id)
- run: buildah push $CONTAINER_ID git.geekify.de/containers/alpine-bash - run: buildah push $CONTAINER_ID git.geekify.de/containers/alpine-test:latest