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