We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b14107 commit 5529bc3Copy full SHA for 5529bc3
1 file changed
ci/pipelines/publisher.yml
@@ -485,7 +485,6 @@ jobs:
485
params:
486
image: stemcell-image/image
487
additional_tags: candidate-(@= data.values.stemcell_details.os_name @)-stemcell-(@= str(data.values.stemcell_details.major_version) @)/.resource/version
488
- bump_aliases: true
489
- put: published-(@= data.values.stemcell_details.os_name @)-stemcell-(@= str(data.values.stemcell_details.major_version) @)
490
491
files:
@@ -843,6 +842,7 @@ resources:
843
842
repository: ghcr.io/cloudfoundry/(@= data.values.stemcell_details.os_name @)-stemcell
844
username: ((github_read_write_packages.username))
845
password: ((github_read_write_packages.password))
+ tag: latest
846
847
- name: bosh-integration-registry-image
848
type: registry-image
0 commit comments