Skip to content

Commit

Permalink
Merge pull request #946 from IntersectMBO/fix/fix-building-analytics-…
Browse files Browse the repository at this point in the history
…image-for-multiple-environments

Fix building analytics image for multiple environments
  • Loading branch information
placek committed May 7, 2024
2 parents f872b67 + d683b13 commit 189e27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/govtool/analytics-dashboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif
.DEFAULT_GOAL := push-analytics-dashboard

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

.PHONY: build-analytics-dashboard
build-analytics-dashboard:
Expand Down

0 comments on commit 189e27c

Please sign in to comment.