Skip to content

Commit

Permalink
Merge pull request #468 from IntersectMBO/hotfix/466-enhancing-docker…
Browse files Browse the repository at this point in the history
…-compose-stack-for-proper-frontend-image-tagging

[#466] Enhancing Docker Compose stack for proper frontend image tagging
  • Loading branch information
placek authored Mar 13, 2024
2 parents d5f0813 + 575bba2 commit eb74647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif
.DEFAULT_GOAL := push-frontend

# image tags
frontend_image_tag := $(shell git log -n 1 --format="%H" -- $(root_dir)/govtool/frontend)
frontend_image_tag := $(shell git log -n 1 --format="%H" -- $(root_dir)/govtool/frontend)-$(env)

.PHONY: build-frontend
build-frontend: docker-login
Expand Down

0 comments on commit eb74647

Please sign in to comment.