Skip to content

Commit 57fd710

Browse files
chore: use correct image for plugin container (argoproj#2478)
Signed-off-by: Justin Marquis <[email protected]> Signed-off-by: Justin Marquis <[email protected]>
1 parent 1c5aa23 commit 57fd710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Get digest of plugin-image
165165
run: |
166-
echo "PLUGIN_DIGEST=$(crane digest quay.io/argoproj/argo-rollouts:${{ github.event.inputs.tag }})" >> $GITHUB_ENV
166+
echo "PLUGIN_DIGEST=$(crane digest quay.io/argoproj/kubectl-argo-rollouts:${{ github.event.inputs.tag }})" >> $GITHUB_ENV
167167
168168
- name: Sign Argo Rollouts Images
169169
run: |

0 commit comments

Comments
 (0)