Skip to content

Commit 6b7f351

Browse files
Revert "Fix publishing images"
This reverts commit 8a12eff.
1 parent 13c3611 commit 6b7f351

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-check-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
uses: docker/login-action@v3
6767
with:
6868
registry: quay.io
69-
username: ${{ secrets.QUAY_USERNAME }}
70-
password: ${{ secrets.QUAY_PASSWORD }}
69+
username: ${{ secrets.QUAY_PULL_REQUESTS_USERNAME }}
70+
password: ${{ secrets.QUAY_PULL_REQUESTS_PASSWORD }}
7171

7272
- name: Push che-code-amd64 docker image
7373
run: |

0 commit comments

Comments
 (0)