parent
d2c9371cc6
commit
8df275f0a1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
build:
|
||||
runs-on: gitea-container-builder
|
||||
steps:
|
||||
- run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} ${GITHUB_SERVER_URL}
|
||||
- run: buildah login --authfile /authfile --username ${{ secrets.username }} --password ${{ secrets.password }} ${GITHUB_SERVER_URL}
|
||||
- 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) ${GITHUB_SERVER_URL/https:\/\//}/${GITHUB_REPOSITORY,,}:latest
|
||||
- run: buildah push --authfile /authfile $(tail -n 1 container_id) ${GITHUB_SERVER_URL/https:\/\//}/${GITHUB_REPOSITORY,,}:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue