Skip to content

Commit

Permalink
ensure tagging is done correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 20, 2024
1 parent 5d157be commit 8a9bab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,11 @@ docker buildx bake --allow=fs.read=.. \
,--load\
)\
)\
$(foreach service, $(SERVICES_NAMES_TO_BUILD),\
--set $(service).tags=$(DOCKER_REGISTRY)/$(service):$(DOCKER_IMAGE_TAG) \
) \
$(if $(push),\
$(foreach service, $(SERVICES_NAMES_TO_BUILD),\
--set $(service).tags=$(DOCKER_REGISTRY)/$(service):$(DOCKER_IMAGE_TAG) \
--set $(service).output="type=registry$(comma)push=true" \
)\
,) \
Expand Down

0 comments on commit 8a9bab4

Please sign in to comment.