Skip to content

Commit 4981ea3

Browse files
committed
remove extra v from the version tags
1 parent d0b7a18 commit 4981ea3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,16 @@ echo BUILD_DATE=${BUILD_DATE} VCS_REF=${VCS_REF} VERSION=${VERSION}
250250
# build the container image
251251
docker build --build-arg BUILD_DATE=${BUILD_DATE} --build-arg VCS_REF=${VCS_REF} \
252252
--build-arg VERSION=${VERSION} \
253-
-t cwlviewer:v${VERSION} .
253+
-t cwlviewer:${VERSION} .
254254
# tag this container image in preparation for pushing to Docker Hub and Quay.io
255-
docker tag cwlviewer:v${VERSION} docker.io/commonworkflowlanguage/cwlviewer:v${VERSION}
255+
docker tag cwlviewer:v${VERSION} docker.io/commonworkflowlanguage/cwlviewer:${VERSION}
256256
docker tag cwlviewer:v${VERSION} docker.io/commonworkflowlanguage/cwlviewer:latest
257-
docker tag cwlviewer:v${VERSION} quay.io/commonwl/cwlviewer:v${VERSION}
257+
docker tag cwlviewer:v${VERSION} quay.io/commonwl/cwlviewer:${VERSION}
258258
docker tag cwlviewer:v${VERSION} quay.io/commonwl/cwlviewer:latest
259259
# push the container image to Docker Hub and Quay.io
260-
docker push docker.io/commonworkflowlanguage/cwlviewer:v${VERSION}
260+
docker push docker.io/commonworkflowlanguage/cwlviewer:${VERSION}
261261
docker push docker.io/commonworkflowlanguage/cwlviewer:latest
262-
docker push quay.io/commonwl/cwlviewer:v${VERSION}
262+
docker push quay.io/commonwl/cwlviewer:${VERSION}
263263
docker push quay.io/commonwl/cwlviewer:latest
264264
# upload the annotated tag to GitHub
265265
git push --tags

0 commit comments

Comments
 (0)