Update .forgejo/workflows/build.yaml
/ build (push) Successful in 42s Details

This commit is contained in:
sqozz 2024-04-26 11:14:52 +02:00
parent 19236c7c17
commit 3ae1d0e586
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +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: buildah push $(tail -n 1 container_id) git.geekify.de/containers/alpine-test:latest
- run: buildah push $(tail -n 1 container_id) git.geekify.de/containers/alpine-bash:latest