Skip to content

Commit

Permalink
Fix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioscalzo committed Jun 27, 2020
1 parent 33dac3c commit da73610
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 @@ -170,7 +170,7 @@ pipeline {
git config user.email ${GIT_EMAIL}
git add .
git diff-index --quiet HEAD || git commit -m "Update base image with version '${IMAGE_TAG}'"
git tag ${IMAGE_TAG_PREFIX}${IMAGE_TAG}
git tag ${IMAGE_TAG_PREFIX}-${IMAGE_TAG}
git push origin master --tags
"""
}
Expand Down

0 comments on commit da73610

Please sign in to comment.