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 1c5aa23 commit 57fd710Copy full SHA for 57fd710
.github/workflows/release.yaml
@@ -163,7 +163,7 @@ jobs:
163
164
- name: Get digest of plugin-image
165
run: |
166
- 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
167
168
- name: Sign Argo Rollouts Images
169
0 commit comments