Skip to content

Commit

Permalink
chore: use docker login to sign images (argoproj#2479)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <[email protected]>

Signed-off-by: Justin Marquis <[email protected]>
Signed-off-by: Travis Perdue <[email protected]>
  • Loading branch information
34fathombelow authored and Travis Perdue committed Jan 12, 2023
1 parent 88beea4 commit 5c2f366
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ jobs:
cd /tmp && tar -zcf sbom.tar.gz *.spdx
- name: Login to Quay.io
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}

- name: Install cosign
uses: sigstore/cosign-installer@main
with:
Expand Down

0 comments on commit 5c2f366

Please sign in to comment.