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

This commit is contained in:
sqozz 2024-04-26 11:14:52 +02:00
parent 19236c7c17
commit 3ae1d0e586

View file

@ -10,4 +10,4 @@ jobs:
- run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} git.geekify.de - 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: 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: 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