Skip to content

Commit 3a3ea02

Browse files
committed
Remove latest in the Jenkinsfile
1 parent be239f4 commit 3a3ea02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ pipeline {
2929
steps {
3030
script {
3131
docker.withRegistry("https://quay.io", "QUAY") {
32-
sh """docker tag ${env.ARTIFACTORY_URL}/${env.EXPORTER}:latest quay.io/sysdig/${env.EXPORTER}:${env.VERSION}"""
33-
sh """docker tag ${env.ARTIFACTORY_URL}/${env.EXPORTER}:latest quay.io/sysdig/${env.EXPORTER}:${env.VERSION}-ubi"""
32+
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"""
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)