Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Krithika Sundararajan committed Oct 19, 2022
1 parent 8eb1eb4 commit bb60b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fluentd-bigquery/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version:


.PHONY: build-image
build-image: vendor version
build-image: version
@$(eval IMAGE_TAG = $(if $(DOCKER_REGISTRY),$(DOCKER_REGISTRY)/,)fluentd:${VERSION})
@echo "Building docker image: ${IMAGE_TAG}"
docker build . --tag ${IMAGE_TAG}

0 comments on commit bb60b67

Please sign in to comment.