This commit is contained in:
parent
bbbbf67ba5
commit
c4f5a73a49
2 changed files with 8 additions and 1 deletions
|
@ -61,6 +61,13 @@ jobs:
|
|||
containerfiles: |
|
||||
./Containerfile.for_runner
|
||||
|
||||
- name: Log in to container registry
|
||||
uses: actions/podman-login@v1
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY }}
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- uses: actions/push-to-registry@v2
|
||||
if: ${{ inputs.push }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue