Skip to content

Commit 336db27

Browse files
committed
finally...
Signed-off-by: Marco Moscher <moscher@modell-aachen.de>
1 parent 6e1a85d commit 336db27

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
@@ -149,7 +149,7 @@ build-zk-image:
149149
docker build --build-arg VERSION=$(VERSION) --build-arg DOCKER_REGISTRY=$(DOCKER_REGISTRY) --build-arg GIT_SHA=$(GIT_SHA) -t $(APP_REPO):$(VERSION) ./docker
150150
docker tag $(APP_REPO):$(VERSION) $(APP_REPO):latest
151151

152-
build-and-push-multiarch:
152+
build-and-push-multiarch-image:
153153
docker buildx build \
154154
--push \
155155
--build-arg VERSION=$(VERSION) \

0 commit comments

Comments
 (0)