Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 14m32s

This commit is contained in:
Seraphim Strub 2024-12-28 23:24:42 +00:00
parent cb8eab4432
commit 7292746d17

View file

@ -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