CI: build: fix registry login 7
Some checks failed
/ build (push) Failing after 25s

This commit is contained in:
phil 2024-10-29 03:54:33 +01:00
parent 423cd92565
commit bef203bb4d
2 changed files with 2 additions and 0 deletions

View file

@ -59,6 +59,7 @@ jobs:
registry: ${{ vars.REGISTRY }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
auth_file_path: /tmp/auth.json
- name: Build container image
if: ${{ inputs.build }}

View file

@ -40,6 +40,7 @@ jobs:
registry: ${{ vars.REGISTRY }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
auth_file_path: /tmp/auth.json
- name: Build container
uses: actions/buildah-build@v1