Skip to content

Commit

Permalink
Fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Aug 14, 2024
1 parent dacb947 commit 3349a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pipeline {
container('kubectl') {
withKubeConfig([credentialsId: 'ci-bot-okd-c1-token', serverUrl: 'https://api.okd-c1.eclipse.org:6443']) {
sh '''
./kubernetes/helm-deploy.sh production "${IMAGE_NAME}"
./kubernetes/helm-deploy.sh production "${IMAGE_TAG}"
'''
}
}
Expand Down

0 comments on commit 3349a3b

Please sign in to comment.