Update .forgejo/workflows/build.yaml
All checks were successful
/ build (push) Successful in 34s

This commit is contained in:
sqozz 2024-04-17 00:05:44 +02:00
parent 7a36ef1ae6
commit 19236c7c17

View file

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