Skip to content

Commit e37feab

Browse files
34fathombelowcrenshaw-dev
authored andcommitted
chore: fix lint error (#11788)
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Justin Marquis <34fathombelow@protonmail.com>
1 parent e380dd1 commit e37feab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "!release-v0*"
1313

1414
env:
15-
GOLANG_VERSION: '1.18'
15+
GOLANG_VERSION: '1.18'
1616

1717
permissions:
1818
contents: read
@@ -222,8 +222,8 @@ jobs:
222222
- name: Install crane to get digest of image
223223
uses: imjasonh/setup-crane@e82f1b9a8007d399333baba4d75915558e9fb6a4
224224

225-
- name: Get digest of image
226-
run: |
225+
- name: Get digest of image
226+
run: |
227227
echo "IMAGE_DIGEST=$(crane digest quay.io/argoproj/argocd:v${TARGET_VERSION})" >> $GITHUB_ENV
228228
229229
- name: Sign Argo CD container images and assets
@@ -271,7 +271,7 @@ jobs:
271271
SIGS_BOM_VERSION: v0.2.1
272272
# comma delimited list of project relative folders to inspect for package
273273
# managers (gomod, yarn, npm).
274-
PROJECT_FOLDERS: ".,./ui"
274+
PROJECT_FOLDERS: ".,./ui"
275275
# full qualified name of the docker image to be inspected
276276
DOCKER_IMAGE: ${{env.IMAGE_NAMESPACE}}/argocd:v${{env.TARGET_VERSION}}
277277
run: |

0 commit comments

Comments
 (0)