This commit is contained in:
parent
5723b226ce
commit
566480032f
|
@ -6,7 +6,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: apk add buildah wget
|
- run: echo {{ secrets.username }}
|
||||||
- run: buildah --version
|
- run: echo {{ secrets.password }}
|
||||||
|
- run: apk add buildah wget tee
|
||||||
- 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
|
- run: buildah build --isolation=chroot | tee container_id
|
||||||
|
- run: export CONTAINER_ID=$(tail -n 1 container_id)
|
||||||
|
|
Loading…
Reference in a new issue