Skip to content

Commit c1c3dcd

Browse files
committed
Fix missing registry quay.io.
1 parent 5b7b1fb commit c1c3dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
104104
uses: docker/login-action@v3
105105
with:
106+
registry: quay.io
106107
username: ${{ secrets.QUAY_USERNAME }}
107108
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
108109

0 commit comments

Comments
 (0)