Skip to content

Commit 27573e0

Browse files
committed
ensure tagging is done correctly
1 parent 5d6820a commit 27573e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,11 @@ docker buildx bake --allow=fs.read=.. \
172172
,--load\
173173
)\
174174
)\
175+
$(foreach service, $(SERVICES_NAMES_TO_BUILD),\
176+
--set $(service).tags=$(DOCKER_REGISTRY)/$(service):$(DOCKER_IMAGE_TAG) \
177+
) \
175178
$(if $(push),\
176179
$(foreach service, $(SERVICES_NAMES_TO_BUILD),\
177-
--set $(service).tags=$(DOCKER_REGISTRY)/$(service):$(DOCKER_IMAGE_TAG) \
178180
--set $(service).output="type=registry$(comma)push=true" \
179181
)\
180182
,) \

0 commit comments

Comments
 (0)