Skip to content

Commit

Permalink
chore: use correct image for plugin container (argoproj#2478)
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 70ca31c commit e906ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Get digest of plugin-image
run: |
echo "PLUGIN_DIGEST=$(crane digest quay.io/argoproj/argo-rollouts:${{ github.event.inputs.tag }})" >> $GITHUB_ENV
echo "PLUGIN_DIGEST=$(crane digest quay.io/argoproj/kubectl-argo-rollouts:${{ github.event.inputs.tag }})" >> $GITHUB_ENV
- name: Sign Argo Rollouts Images
run: |
Expand Down

0 comments on commit e906ee5

Please sign in to comment.