Skip to content

Commit 8ad783d

Browse files
committed
#389: fix ts eslint wrapper image reference
1 parent 49b41f4 commit 8ad783d

File tree

1 file changed

+1
-1
lines changed
  • components/producers/typescript-eslint

1 file changed

+1
-1
lines changed

components/producers/typescript-eslint/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
description: The workspace containing the source-code to scan.
2222
steps:
2323
- name: run-eslint
24-
image: '{{ default "ghcr.io/ocurity/dracon" .Values.image.registry }}/components/producers/typescript-eslint/eslint-wrapper/eslint:{{ .Chart.AppVersion }}'
24+
image: '{{ default "ghcr.io/ocurity/dracon" .Values.image.registry }}/components/producers/typescript-eslint/eslint-wrapper:{{ .Chart.AppVersion }}'
2525
command: ["/home/node/workspace/eslint-wrapper"]
2626
args:
2727
- -t

0 commit comments

Comments
 (0)