Skip to content

Commit 0c9e1e7

Browse files
committed
Update README build instructions, update pom.xml version.
1 parent 047bd7b commit 0c9e1e7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ echo BUILD_DATE=${BUILD_DATE} VCS_REF=${VCS_REF} VERSION=${VERSION}
233233
# build the container image
234234
docker build --build-arg BUILD_DATE=${BUILD_DATE} --build-arg VCS_REF=${VCS_REF} \
235235
--build-arg VERSION=${VERSION} \
236-
-t cwlviewer:v${VERSION} .
236+
-t cwlviewer:${VERSION} .
237237
# the rest is optional
238-
docker tag cwlviewer:v${VERSION} docker.io/commonworkflowlanguage/cwlviewer:v${VERSION}
239-
docker tag cwlviewer:v${VERSION} quay.io/commonwl/cwlviewer:v${VERSION}
240-
docker push docker.io/commonworkflowlanguage/cwlviewer:v${VERSION}
241-
docker push quay.io/commonwl/cwlviewer:v${VERSION}
238+
docker tag cwlviewer:${VERSION} docker.io/commonworkflowlanguage/cwlviewer:${VERSION}
239+
docker tag cwlviewer:${VERSION} quay.io/commonwl/cwlviewer:${VERSION}
240+
docker push docker.io/commonworkflowlanguage/cwlviewer:${VERSION}
241+
docker push quay.io/commonwl/cwlviewer:${VERSION}
242242
```
243243

244244
## Making a release and publishing to GitHub, DockerHub, and Quay.io
@@ -261,10 +261,10 @@ docker build --build-arg BUILD_DATE=${BUILD_DATE} --build-arg VCS_REF=${VCS_REF}
261261
--build-arg VERSION=${VERSION} \
262262
-t cwlviewer:${VERSION} .
263263
# tag this container image in preparation for pushing to Docker Hub and Quay.io
264-
docker tag cwlviewer:v${VERSION} docker.io/commonworkflowlanguage/cwlviewer:${VERSION}
265-
docker tag cwlviewer:v${VERSION} docker.io/commonworkflowlanguage/cwlviewer:latest
266-
docker tag cwlviewer:v${VERSION} quay.io/commonwl/cwlviewer:${VERSION}
267-
docker tag cwlviewer:v${VERSION} quay.io/commonwl/cwlviewer:latest
264+
docker tag cwlviewer:${VERSION} docker.io/commonworkflowlanguage/cwlviewer:${VERSION}
265+
docker tag cwlviewer:${VERSION} docker.io/commonworkflowlanguage/cwlviewer:latest
266+
docker tag cwlviewer:${VERSION} quay.io/commonwl/cwlviewer:${VERSION}
267+
docker tag cwlviewer:${VERSION} quay.io/commonwl/cwlviewer:latest
268268
# push the container image to Docker Hub and Quay.io
269269
docker push docker.io/commonworkflowlanguage/cwlviewer:${VERSION}
270270
docker push docker.io/commonworkflowlanguage/cwlviewer:latest

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.commonwl.view</groupId>
88
<artifactId>cwlviewer</artifactId>
9-
<version>1.4.3-SNAPSHOT</version>
9+
<version>1.4.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CWLViewer</name>

0 commit comments

Comments
 (0)