CI: build: login to registry step - use local mirrored action
Some checks failed
/ build (push) Failing after 27s
Some checks failed
/ build (push) Failing after 27s
This commit is contained in:
parent
d59a02b884
commit
87cdbbc271
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: pytest -s tests/basic.py
|
||||
|
||||
- name: Log in to container registry
|
||||
uses: redhat-actions/podman-login@v1
|
||||
uses: actions/podman-login@v1
|
||||
with:
|
||||
registry: ${{ vars.REPOSITORY }}
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue