Skip to content

Commit

Permalink
fix(build): remove makefile duplicated target (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r authored Feb 22, 2024
1 parent 24a0e7d commit e3b9f3e
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 @@ -110,7 +110,7 @@ docker-build-push-latest: docker-login
done

.PHONY: docker-build-push
docker-build-push-latest: docker-login
docker-build-push: docker-login
@echo "Building and pushing $(VERSION) to docker hub..."
@echo "Building and pushing $(DOCKER_IMAGE):$(VERSION)"
@docker buildx build \
Expand Down

0 comments on commit e3b9f3e

Please sign in to comment.