This commit is contained in:
parent
19236c7c17
commit
3ae1d0e586
|
@ -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
|
Loading…
Reference in a new issue