diff --git a/Makefile b/Makefile index 8bbb11ae1..a4eb8d026 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ sql: @ grep -v "SET idle_in_transaction_session_timeout = 0;" app/Schema/Sql/postgres.sql > temp && mv temp app/Schema/Sql/postgres.sql docker-image: - @ docker build --build-arg VERSION=master.$(VERSION) -t $(DOCKER_IMAGE):$(DOCKER_TAG) . + @ docker build --build-arg VERSION=main.$(VERSION) -t $(DOCKER_IMAGE):$(DOCKER_TAG) . docker-images: docker buildx build \