This commit is contained in:
parent
3ae1d0e586
commit
5fc76c8d36
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- run: apk add buildah wget
|
||||
- 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: echo ${GITHUB_TOKEN} | buildah login --username ${{ secrets.username }} --password-stdin git.geekify.de
|
||||
- run: wget ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/raw/branch/${GITHUB_REF_NAME}/Dockerfile
|
||||
- run: buildah build --isolation=chroot | tee container_id
|
||||
- run: buildah push $(tail -n 1 container_id) git.geekify.de/containers/alpine-bash:latest
|
||||
- run: buildah push $(tail -n 1 container_id) git.geekify.de/$(echo ${GITHUB_REPOSITORY} | tr '[:upper:]' '[:lower:]'):latest
|
||||
|
|
Loading…
Reference in a new issue