We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa86a74 commit 329fd14Copy full SHA for 329fd14
.github/workflows/build-pr-check.yml
@@ -33,14 +33,14 @@ jobs:
33
uses: docker/setup-qemu-action@v3
34
- name: Login to docker.io
35
if: github.event_name == 'pull_request'
36
- uses: redhat-actions/podman-login@v1
+ uses: vinokurig/podman-login@v1
37
with:
38
username: ${{ secrets.DOCKERHUB_USERNAME }}
39
password: ${{ secrets.DOCKERHUB_PASSWORD }}
40
registry: docker.io
41
- name: Login to quay.io
42
43
44
45
username: ${{ secrets.QUAY_USERNAME }}
46
password: ${{ secrets.QUAY_PASSWORD }}
0 commit comments