Skip to content

Commit 418b071

Browse files
committed
Fix the ubi tag
1 parent 3a3ea02 commit 418b071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline {
3030
script {
3131
docker.withRegistry("https://quay.io", "QUAY") {
3232
sh """docker tag ${env.ARTIFACTORY_URL}/${env.EXPORTER}:${env.VERSION} quay.io/sysdig/${env.EXPORTER}:${env.VERSION}"""
33-
sh """docker tag ${env.ARTIFACTORY_URL}/${env.EXPORTER}:${env.VERSION} quay.io/sysdig/${env.EXPORTER}:${env.VERSION}-ubi"""
33+
sh """docker tag ${env.ARTIFACTORY_URL}/${env.EXPORTER}:${env.VERSION}-ubi quay.io/sysdig/${env.EXPORTER}:${env.VERSION}-ubi"""
3434
sh """docker push quay.io/sysdig/${env.EXPORTER}:${env.VERSION}"""
3535
sh """docker push quay.io/sysdig/${env.EXPORTER}:${env.VERSION}-ubi"""
3636
}

0 commit comments

Comments
 (0)