forked from TrueCloudLab/certificates
Turn off docker builds for master branch. Only build for releases
This commit is contained in:
parent
cb594ed2e0
commit
4cf012b667
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…
Add table
Reference in a new issue