Skip to content

Commit 86ee990

Browse files
Fix publishing images
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent d664a50 commit 86ee990

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_PULL_REQUESTS_USERNAME }}
70-
password: ${{ secrets.QUAY_PULL_REQUESTS_PASSWORD }}
69+
username: ${{ secrets.QUAY_USERNAME }}
70+
password: ${{ secrets.QUAY_PASSWORD }}
7171

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

0 commit comments

Comments
 (0)