Skip to content

Commit

Permalink
Merge pull request #151 from nicolasbock/image_names
Browse files Browse the repository at this point in the history
Tag development images as in production
  • Loading branch information
nicolasbock authored May 29, 2024
2 parents 9b47dd5 + ab16afb commit 69228f9
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 69228f9

Please sign in to comment.