Skip to content

Commit

Permalink
changed tag for Icarus image
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Oct 13, 2020
1 parent 2cd884c commit 797443c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/cassandra-sidecar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cassandra-sidecar: $(INSTACLUSTR_ICARUS_JAR)
docker build \
--build-arg instaclustr_icarus_jar=$(INSTACLUSTR_ICARUS_JAR) \
--build-arg openjre_image="$(OPENJRE_IMAGE)" \
-t $(DOCKER_REGISTRY)icarus \
-t $(DOCKER_REGISTRY)icarus:$(INSTACLUSTR_ICARUS_VERSION) \
-t $(DOCKER_REGISTRY)instaclustr-icarus \
-t $(DOCKER_REGISTRY)instaclustr-icarus:$(INSTACLUSTR_ICARUS_VERSION) \
.

.PHONY: clean
Expand Down

0 comments on commit 797443c

Please sign in to comment.