Turn off docker builds for master branch. Only build for releases

This commit is contained in:
max furman 2020-08-18 11:19:55 -07:00
parent cb594ed2e0
commit 4cf012b667

View file

@ -64,9 +64,8 @@ endef
# For non-master builds don't build the docker containers. # For non-master builds don't build the docker containers.
docker-branch: docker-branch:
# For master builds create the docker containers but don't push them. # For master builds don't build the docker containers.
docker-master: docker-prepare docker-master:
$(call DOCKER_BUILDX,latest,)
# For all builds with a release candidate tag build and push the containers. # For all builds with a release candidate tag build and push the containers.
docker-release-candidate: docker-prepare docker-login docker-release-candidate: docker-prepare docker-login