Skip to content

Commit 52b4bd8

Browse files
authored
chore: fix spdx ci (argoproj#1848)
Signed-off-by: Jesse Suen <[email protected]>
1 parent 00bc97c commit 52b4bd8

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
@@ -136,7 +136,7 @@ jobs:
136136
# managers (gomod, yarn, npm).
137137
PROJECT_FOLDERS: ".,./ui"
138138
# full qualified name of the docker image to be inspected
139-
DOCKER_IMAGE: quay.io/argoproj/argo-rollouts:v${{ github.event.inputs.tag }}
139+
DOCKER_IMAGE: quay.io/argoproj/argo-rollouts:${{ github.event.inputs.tag }}
140140

141141
run: |
142142
yarn install --cwd ./ui

0 commit comments

Comments
 (0)