We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cd1fe commit 00ac6b8Copy full SHA for 00ac6b8
packages/scripts/build-package-images.sh.tmpl
@@ -254,7 +254,6 @@ write_push_results() {
254
images:
255
{{- range $index, $image := (.artifacts | jq `map(select(.type == "image" and .if != false))`) }}
256
- repo: {{ $image.artifactory.repo }}
257
- url: "{{ $image.artifactory.repo }}:$primary_tag"
258
tag: "$primary_tag"
259
digest: '$(sed -n "{{ add $index 1 }}p" $input_disgests_file)'
260
{{- end }}
0 commit comments