This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch ubuntu-dind-image
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/ubuntu-dind-image by this push:
     new 1783889c fix test#3
1783889c is described below

commit 1783889c0f2c9ab9ca5134755a2832671133a1b6
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Nov 13 13:06:06 2023 +0100

    fix test#3
---
 .ci/jenkins/Jenkinsfile.build-kogito-ci-image | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image 
b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
index df9b8a60..88dad7a9 100644
--- a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
+++ b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
@@ -11,7 +11,7 @@ pipeline {
         DOCKER_CONFIG = "${WORKSPACE}/.docker"
 
         IMAGE_NAME = 'quay.io/kiegroup/kogito-ci-build'
-        IMAGE_TAG = "${BRANCH_NAME}-build-${BUILD_NUMBER}"
+        IMAGE_TAG = "${BRANCH_NAME}-latest"
         IMAGE_NAME_TAG = "${env.IMAGE_NAME}:${env.IMAGE_TAG}"
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to