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 216e472 commit 4fdfece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.weekly.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pipeline {

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

// Store image deployment information
Expand Down

0 comments on commit 4fdfece

Please sign in to comment.