forked from TrueCloudLab/certificates
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:
commit
d073a0abeb
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue