Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 14m32s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 14m32s
This commit is contained in:
parent
cb8eab4432
commit
7292746d17
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -130,6 +130,7 @@ jobs:
|
|||
registry: ${{ env.IMAGE_REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
auth_file_path: /run/containers/0/auth.json
|
||||
|
||||
- name: Push Image to registrz
|
||||
uses: https://github.com/redhat-actions/push-to-registry@v2
|
||||
|
|
Loading…
Reference in a new issue