CI: Fix docker tags (#8822)

* scripts: enable docker builds for beta and stable

* scripts: docker latest should be beta not master

* scripts: docker latest is master
This commit is contained in:
Afri Schoedon 2018-06-06 15:45:55 +02:00 committed by Andrew Jones
parent e8f7e2a7a2
commit 0127aff399

View File

@ -184,6 +184,8 @@ docker-build:
stage: build stage: build
only: only:
- tags - tags
- beta
- stable
- triggers - triggers
before_script: before_script:
- docker info - docker info