Commit e37feab 1 parent e380dd1 commit e37feab Copy full SHA for e37feab
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
- " !release-v0*"
13
13
14
14
env :
15
- GOLANG_VERSION : ' 1.18'
15
+ GOLANG_VERSION : ' 1.18'
16
16
17
17
permissions :
18
18
contents : read
@@ -222,8 +222,8 @@ jobs:
222
222
- name : Install crane to get digest of image
223
223
uses : imjasonh/setup-crane@e82f1b9a8007d399333baba4d75915558e9fb6a4
224
224
225
- - name : Get digest of image
226
- run : |
225
+ - name : Get digest of image
226
+ run : |
227
227
echo "IMAGE_DIGEST=$(crane digest quay.io/argoproj/argocd:v${TARGET_VERSION})" >> $GITHUB_ENV
228
228
229
229
- name : Sign Argo CD container images and assets
@@ -271,7 +271,7 @@ jobs:
271
271
SIGS_BOM_VERSION : v0.2.1
272
272
# comma delimited list of project relative folders to inspect for package
273
273
# managers (gomod, yarn, npm).
274
- PROJECT_FOLDERS : " .,./ui"
274
+ PROJECT_FOLDERS : " .,./ui"
275
275
# full qualified name of the docker image to be inspected
276
276
DOCKER_IMAGE : ${{env.IMAGE_NAMESPACE}}/argocd:v${{env.TARGET_VERSION}}
277
277
run : |
You can’t perform that action at this time.
0 commit comments