Skip to content

Commit 11b5181

Browse files
committed
fixed missing slash
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
1 parent 336db27 commit 11b5181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ build-and-push-multiarch-image:
156156
--build-arg DOCKER_REGISTRY=$(DOCKER_REGISTRY) \
157157
--build-arg GIT_SHA=$(GIT_SHA) \
158158
--platform=linux/amd64,linux/arm64 \
159-
-t $(REPO):$(VERSION)
159+
-t $(REPO):$(VERSION) \
160160
-t $(REPO):latest \
161161
.
162162

0 commit comments

Comments
 (0)