Skip to content

Commit c8c5cef

Browse files
Fix githab workflow
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent dcb4dae commit c8c5cef

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
rm -rf /opt/hostedtoolcache
2828
df -h
2929
30-
- name: Login to Quay.io
31-
uses: docker/login-action@v3
32-
with:
33-
registry: quay.io
34-
username: ${{ secrets.QUAY_PULL_REQUESTS_USERNAME }}
35-
password: ${{ secrets.QUAY_PULL_REQUESTS_PASSWORD }}
36-
3730
- name: Download Pull Request Number artifact
3831
uses: actions/download-artifact@v4
3932
with:

0 commit comments

Comments
 (0)