Skip to content

Commit

Permalink
Fix weekly job image push to quay.io (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull authored Feb 19, 2024
1 parent 731b2d4 commit a41121a
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(), "${getOperatorImageName()}:weekly-latest"))
pushFinalImage(getTempBuiltImageTag(), "${getOperatorImageName()}:weekly-latest")
}

// Store image deployment information
Expand Down

0 comments on commit a41121a

Please sign in to comment.