Skip to content

Commit

Permalink
chore: Set correct image tag for kaniko task (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Nov 11, 2024
1 parent 7116056 commit 2f03704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pipelines-library/templates/tasks/kaniko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
default: ./
- name: builder-image
description: The image on which builds will run
default: {{ .Values.kaniko.image.repository }}:{{ .Values.tag }}-debug
default: {{ .Values.kaniko.image.repository }}:{{ .Values.kaniko.image.tag }}-debug
results:
- name: IMAGE_DIGEST
description: Digest of the image just built.
Expand Down

0 comments on commit 2f03704

Please sign in to comment.