Skip to content

Commit

Permalink
fixed missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoscher committed Oct 12, 2022
1 parent e11ecc9 commit 44c1927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ build-and-push-multiarch-image:
--build-arg DOCKER_REGISTRY=$(DOCKER_REGISTRY) \
--build-arg GIT_SHA=$(GIT_SHA) \
--platform=linux/amd64,linux/arm64 \
-t $(REPO):$(VERSION)
-t $(REPO):$(VERSION) \
-t $(REPO):latest \
.

Expand Down

0 comments on commit 44c1927

Please sign in to comment.