Skip to content

Commit

Permalink
fix: Add build before publish (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolaj-krzyzanowski-f3 committed Feb 6, 2023
1 parent 16f5403 commit 4fa67c8
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 @@ -15,7 +15,7 @@ build:
CGO_ENABLED=0 go build -o github-actions-exporter .

.PHONY: publish
publish:
publish: build
@echo "==> Building docker image..."
docker build . -t $(DOCKER_IMG):$(DOCKER_TAG)
@echo "==> Logging in to the docker registry..."
Expand Down

0 comments on commit 4fa67c8

Please sign in to comment.