only run buildx on master branch

This commit is contained in:
Ric Harvey
2020-08-17 19:35:20 +01:00
parent 00cd9b05cb
commit e90a66df75

View File

@@ -20,6 +20,8 @@ buildx:
- export DOCKER_BUILDKIT=1
- git clone git://github.com/docker/buildx ./docker-buildx
- docker build --platform=local -o . ./docker-buildx
only:
- master
build_latest:
stage: build_latest