Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit caecf5a

Browse files
committed
Depend on go/bin when building the docker image
1 parent b9491b7 commit caecf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ define deploy
156156
endef
157157

158158
.PHONY: docker-image/phlare/build
159-
docker-image/phlare/build:
159+
docker-image/phlare/build: go/bin
160160
$(call docker_buildx,--load)
161161

162162
.PHONY: docker-image/phlare/push
163-
docker-image/phlare/push:
163+
docker-image/phlare/push: go/bin
164164
$(call docker_buildx,--push)
165165

166166
.PHONY: docker-image/grafana/build

0 commit comments

Comments
 (0)