This commit is contained in:
parent
4f89b4c31e
commit
7a36ef1ae6
|
@ -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
|
Loading…
Reference in a new issue