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 André Silva
parent a5ecc66116
commit 771c7d91aa

View File

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