Skip to content

Commit 00ac6b8

Browse files
authored
refactor(packages/scripts): update build script to remove redundant image URL field (#708)
The URL field was duplicating information already present in the repo and tag fields, making the output cleaner and less redundant.
1 parent f5cd1fe commit 00ac6b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/scripts/build-package-images.sh.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ write_push_results() {
254254
images:
255255
{{- range $index, $image := (.artifacts | jq `map(select(.type == "image" and .if != false))`) }}
256256
- repo: {{ $image.artifactory.repo }}
257-
url: "{{ $image.artifactory.repo }}:$primary_tag"
258257
tag: "$primary_tag"
259258
digest: '$(sed -n "{{ add $index 1 }}p" $input_disgests_file)'
260259
{{- end }}

0 commit comments

Comments
 (0)