Skip to content

Commit

Permalink
Fix make PHONY target
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jan 17, 2025
1 parent 49ddc5e commit 8328c41
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 @@ -120,7 +120,7 @@ docker-build:
docker-build-base:
docker buildx build -t $(IMG_NAME_BASE) --target base .

.PHONY: docker-test
.PHONY: docker-build-test
docker-build-test: generate
docker buildx build -t $(IMG_NAME) -f test.Dockerfile .

Expand Down

0 comments on commit 8328c41

Please sign in to comment.