Skip to content

Commit

Permalink
Fix collector image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Nov 29, 2024
1 parent 6b9588c commit 27d2602
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion collector/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ BUILDER_IMAGE=quay.io/mmoltras/devcontainers:collector
.PHONY: build
build:
docker build \
--tag $(BUILDER_IMAGE) $(CURDIR)
--tag $(BUILDER_IMAGE) \
-f Containerfile \
$(CURDIR)

.PHONY: push
push: build
Expand Down

0 comments on commit 27d2602

Please # to comment.