This commit is contained in:
parent
423cd92565
commit
bef203bb4d
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ jobs:
|
||||||
registry: ${{ vars.REGISTRY }}
|
registry: ${{ vars.REGISTRY }}
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
auth_file_path: /tmp/auth.json
|
||||||
|
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
if: ${{ inputs.build }}
|
if: ${{ inputs.build }}
|
||||||
|
|
|
@ -40,6 +40,7 @@ jobs:
|
||||||
registry: ${{ vars.REGISTRY }}
|
registry: ${{ vars.REGISTRY }}
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
auth_file_path: /tmp/auth.json
|
||||||
|
|
||||||
- name: Build container
|
- name: Build container
|
||||||
uses: actions/buildah-build@v1
|
uses: actions/buildah-build@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue