1
0
Fork 0

ci: Specify auth.json path
Some checks failed
/ Build oci-builder ver4a-compat (push) Failing after 44s

This commit is contained in:
ver4a 2025-04-15 14:15:09 +02:00
parent e8e10db846
commit 92bdbbf4e4
2 changed files with 1 additions and 0 deletions

BIN
.Dockerfile.swp Normal file

Binary file not shown.

View file

@ -29,6 +29,7 @@ jobs:
registry: ${{ vars.REGISTRY_DOMAIN }}
username: ${{ vars.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
auth_file_path: '$HOME/.config/containers/auth.json'
- name:
uses: 'actions/push-to-registry@v2'