Skip to content

Commit

Permalink
Deploy weekly latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jan 30, 2024
1 parent 4fdfece commit ac97f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ pipeline {

// Tag with `latest` tag if asked for as parameter
if (helper.isDeployLatestTag()) {
pushFinalImage(getTempBuiltImageTag(), "${getOperatorImageName()}:weekly-latest"))
pushFinalImage(getTempBuiltImageTag(), helper.getImageFullTag(env.OPERATOR_IMAGE_NAME, defaultImageParamsPrefix, 'latest'))
}

// Store image deployment information
Expand Down

0 comments on commit ac97f9b

Please sign in to comment.