We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3cfc0 commit dad38c0Copy full SHA for dad38c0
.github/workflows/build.yml
@@ -115,6 +115,14 @@ jobs:
115
password: ${{ steps.auth.outputs.access_token }}
116
if: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') }}
117
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
+
126
- name: Docker meta
127
id: meta
128
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
0 commit comments