Skip to content

Commit da73610

Browse files
author
claudioscalzo
committed
Fix prefix
1 parent 33dac3c commit da73610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pipeline {
170170
git config user.email ${GIT_EMAIL}
171171
git add .
172172
git diff-index --quiet HEAD || git commit -m "Update base image with version '${IMAGE_TAG}'"
173-
git tag ${IMAGE_TAG_PREFIX}${IMAGE_TAG}
173+
git tag ${IMAGE_TAG_PREFIX}-${IMAGE_TAG}
174174
git push origin master --tags
175175
"""
176176
}

0 commit comments

Comments
 (0)