Skip to content

Commit 329fd14

Browse files
committed
commit
1 parent fa86a74 commit 329fd14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
uses: docker/setup-qemu-action@v3
3434
- name: Login to docker.io
3535
if: github.event_name == 'pull_request'
36-
uses: redhat-actions/podman-login@v1
36+
uses: vinokurig/podman-login@v1
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4040
registry: docker.io
4141
- name: Login to quay.io
4242
if: github.event_name == 'pull_request'
43-
uses: redhat-actions/podman-login@v1
43+
uses: vinokurig/podman-login@v1
4444
with:
4545
username: ${{ secrets.QUAY_USERNAME }}
4646
password: ${{ secrets.QUAY_PASSWORD }}

0 commit comments

Comments
 (0)