Skip to content

Commit dad38c0

Browse files
committed
Add quay login to build.yml
1 parent 8f3cfc0 commit dad38c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ jobs:
115115
password: ${{ steps.auth.outputs.access_token }}
116116
if: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') }}
117117

118+
- name: Login to Quay.io
119+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
120+
with:
121+
registry: quay.io
122+
username: ${{ secrets.QUAY_USERNAME }}
123+
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
124+
if: ${{ ! inputs.dry_run }}
125+
118126
- name: Docker meta
119127
id: meta
120128
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0

0 commit comments

Comments
 (0)