This commit is contained in:
parent
a2df02d7e9
commit
2567c6bce5
|
@ -4,9 +4,8 @@ on:
|
||||||
- cron: '0 0 * */1 *'
|
- cron: '0 0 * */1 *'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: alpine-bash
|
||||||
steps:
|
steps:
|
||||||
- run: apk add buildah wget
|
|
||||||
- run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} ${GITHUB_SERVER_URL}
|
- run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} ${GITHUB_SERVER_URL}
|
||||||
- run: wget ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/raw/branch/${GITHUB_REF_NAME}/Dockerfile
|
- run: wget ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/raw/branch/${GITHUB_REF_NAME}/Dockerfile
|
||||||
- run: buildah build --isolation=chroot | tee container_id
|
- run: buildah build --isolation=chroot | tee container_id
|
||||||
|
|
Loading…
Reference in a new issue