Skip to content

Commit

Permalink
Fix the ubi tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlorite committed Jul 9, 2021
1 parent 3a3ea02 commit 418b071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
script {
docker.withRegistry("https://quay.io", "QUAY") {
sh """docker tag ${env.ARTIFACTORY_URL}/${env.EXPORTER}:${env.VERSION} quay.io/sysdig/${env.EXPORTER}:${env.VERSION}"""
sh """docker tag ${env.ARTIFACTORY_URL}/${env.EXPORTER}:${env.VERSION} quay.io/sysdig/${env.EXPORTER}:${env.VERSION}-ubi"""
sh """docker tag ${env.ARTIFACTORY_URL}/${env.EXPORTER}:${env.VERSION}-ubi quay.io/sysdig/${env.EXPORTER}:${env.VERSION}-ubi"""
sh """docker push quay.io/sysdig/${env.EXPORTER}:${env.VERSION}"""
sh """docker push quay.io/sysdig/${env.EXPORTER}:${env.VERSION}-ubi"""
}
Expand Down

0 comments on commit 418b071

Please sign in to comment.