Skip to content

Commit

Permalink
Do not publish images reduced tags (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull authored Jul 17, 2024
1 parent b200124 commit c04da20
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/jenkins/Jenkinsfile.build-image
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ pipeline {
latestTag = getTriggeringProjectName().contains('weekly') ? 'weekly-latest' : 'latest'
cloud.skopeoCopyRegistryImages(imageTag, getBuiltImageTag(latestTag), retries)
}
try {
String reducedTag = cloud.getReducedTag(getDeployImageTag())
cloud.skopeoCopyRegistryImages(imageTag, getBuiltImageTag(reducedTag), retries)
} catch (err) {
echo "Reduced tag cannot be applied: ${err}"
}
}
}
}
Expand Down

0 comments on commit c04da20

Please sign in to comment.