Skip to content

Commit

Permalink
Refactored jenkinsfile to use GK_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjwwalker committed Jun 15, 2022
1 parent 19b254a commit 7ce0c3d
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 @@ -50,7 +50,7 @@ pipeline {
}
steps {
script {
sh "docker build . -t cjww-development/gatekeeper:${env.TAG_NAME} --build-arg VERSION=${env.TAG_NAME}"
sh "docker build . -t cjww-development/gatekeeper:${env.TAG_NAME} --build-arg GK_VERSION=${env.TAG_NAME}"
}
}
}
Expand Down

0 comments on commit 7ce0c3d

Please sign in to comment.