ci: Specify auth.json path
Some checks failed
/ Build oci-builder ver4a-compat (push) Failing after 44s
Some checks failed
/ Build oci-builder ver4a-compat (push) Failing after 44s
This commit is contained in:
parent
e8e10db846
commit
92bdbbf4e4
2 changed files with 1 additions and 0 deletions
BIN
.Dockerfile.swp
Normal file
BIN
.Dockerfile.swp
Normal file
Binary file not shown.
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue