Skip to content

Commit afce58f

Browse files
chore: use docker login to sign images (argoproj#2479)
Signed-off-by: Justin Marquis <[email protected]> Signed-off-by: Justin Marquis <[email protected]>
1 parent 57fd710 commit afce58f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ jobs:
149149
150150
cd /tmp && tar -zcf sbom.tar.gz *.spdx
151151
152+
- name: Login to Quay.io
153+
if: github.event_name != 'pull_request'
154+
uses: docker/login-action@v2
155+
with:
156+
registry: quay.io
157+
username: ${{ secrets.QUAY_USERNAME }}
158+
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
159+
152160
- name: Install cosign
153161
uses: sigstore/cosign-installer@main
154162
with:

0 commit comments

Comments
 (0)