Skip to content

Commit

Permalink
Merge branch 'master' into tag-stable-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
34fathombelow committed Dec 15, 2022
2 parents 5769875 + 84df738 commit 3167c9b
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -154,6 +154,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
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit
1. [Nozzle](https://nozzle.io)
1. [Opensurvey Inc.](https://opensurvey.co.kr)
1. [OpsVerse](https://opsverse.io)
1. [Optum](https://www.optum.com)
1. [PagerDuty](https://www.pagerduty.com/)
1. [PayPal](https://www.paypal.com/)
1. [PayPay](https://paypay.ne.jp/)
Expand Down

0 comments on commit 3167c9b

Please sign in to comment.