Skip to content

Commit

Permalink
Jobs/release: tag containers images with version
Browse files Browse the repository at this point in the history
This tag the manifest with the full version number.
First step for coreos/fedora-coreos-tracker#1367
  • Loading branch information
jbtrystram committed May 21, 2024
1 parent 503fd4f commit 22bae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ lock(resource: "release-${params.STREAM}", extra: locks) {
credentialsId: 'oscontainer-push-registry-secret')]) {
def repo = registry_repos[configname]['repo']
def (artifact, metajsonname) = val
def tag_args = registry_repos[configname].tags.collect{"--tag=$it"}
def tag_args = registry_repos[configname].tags.collect{"--tag=$it --tag=$params.VERSION"}
def v2s2_arg = registry_repos.v2s2 ? "--v2s2" : ""
shwrap("""
export STORAGE_DRIVER=vfs # https://github.com/coreos/fedora-coreos-pipeline/issues/723#issuecomment-1297668507
Expand Down

0 comments on commit 22bae57

Please sign in to comment.