Merge pull request #352 from smallstep/max/docker-master

Turn off docker builds for master branch. Only build for releases
This commit is contained in:
Max 2020-08-18 11:26:54 -07:00 committed by GitHub
commit d073a0abeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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