This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/main by this push:
new a41121af Fix weekly job image push to quay.io (#401)
a41121af is described below
commit a41121af9fd31d67e9df0c64a5e304a4e4857fc7
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Mon Feb 19 09:13:15 2024 -0300
Fix weekly job image push to quay.io (#401)
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index c29a9642..36dd1dd2 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]