File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -250,16 +250,16 @@ echo BUILD_DATE=${BUILD_DATE} VCS_REF=${VCS_REF} VERSION=${VERSION}
250
250
# build the container image
251
251
docker build --build-arg BUILD_DATE=${BUILD_DATE} --build-arg VCS_REF=${VCS_REF} \
252
252
--build-arg VERSION=${VERSION} \
253
- -t cwlviewer:v ${VERSION} .
253
+ -t cwlviewer:${VERSION} .
254
254
# 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}
256
256
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}
258
258
docker tag cwlviewer:v${VERSION} quay.io/commonwl/cwlviewer:latest
259
259
# 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}
261
261
docker push docker.io/commonworkflowlanguage/cwlviewer:latest
262
- docker push quay.io/commonwl/cwlviewer:v ${VERSION}
262
+ docker push quay.io/commonwl/cwlviewer:${VERSION}
263
263
docker push quay.io/commonwl/cwlviewer:latest
264
264
# upload the annotated tag to GitHub
265
265
git push --tags
You can’t perform that action at this time.
0 commit comments