CI: build: login to registry step - use local mirrored action
Some checks failed
/ build (push) Failing after 27s

This commit is contained in:
phil 2024-10-28 18:28:13 +01:00
parent d59a02b884
commit 87cdbbc271

View file

@ -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 }}