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 }}
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
auth_file_path: /tmp/auth.json
|
||||
|
||||
- name: Build container image
|
||||
if: ${{ inputs.build }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue