Skip to content

Commit

Permalink
Tag development images as in production
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed May 29, 2024
1 parent 47341c2 commit ab16afb
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 @@ -26,7 +26,7 @@ docker-build: athena-monitor docker-build-monitor athena-processor docker-build-
.PHONY: docker-build-monitor docker-build-processor
docker-build-monitor docker-build-processor: docker-build-%:
docker build \
--tag athena/athena-$*-linux-amd64:$(subst /,-,$(shell git rev-parse --abbrev-ref HEAD)) \
--tag athena/athena-$*:$(subst /,-,$(shell git rev-parse --abbrev-ref HEAD)) \
--file cmd/$*/Dockerfile \
$(if $(NOCACHE),--no-cache,) \
--build-arg ARCH=amd64 \
Expand Down

0 comments on commit ab16afb

Please sign in to comment.