Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavisafc committed Mar 4, 2019
1 parent 58de28d commit 1da1e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudnative-eventlog/buildAndPushDockerImages.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
docker build --build-arg \
jar_file=cloudnative-connectionposts/target/cloudnative-connectionposts-0.0.2-SNAPSHOT.jar \
jar_file=cloudnative-connectionposts/target/cloudnative-connectionposts-0.0.1-SNAPSHOT.jar \
-t cdavisafc/cloudnative-eventlog-connectionposts:0.0.2 .
#
docker build --build-arg \
jar_file=cloudnative-connections/target/cloudnative-connections-0.0.2-SNAPSHOT.jar \
jar_file=cloudnative-connections/target/cloudnative-connections-0.0.1-SNAPSHOT.jar \
-t cdavisafc/cloudnative-eventlog-connections:0.0.2 .
#
docker build --build-arg \
jar_file=cloudnative-posts/target/cloudnative-posts-0.0.2-SNAPSHOT.jar \
jar_file=cloudnative-posts/target/cloudnative-posts-0.0.1-SNAPSHOT.jar \
-t cdavisafc/cloudnative-eventlog-posts:0.0.2 .
#
docker push cdavisafc/cloudnative-eventlog-connectionposts:0.0.2
Expand Down

0 comments on commit 1da1e64

Please sign in to comment.