only build docker images on master branch

This commit is contained in:
Malte Jürgens 2022-05-13 23:46:40 +02:00
parent e1fafc38a2
commit cb21fa537c
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -7,8 +7,8 @@ stages:
Build Docker Images:
stage: images
when: manual
# only:
# - master
only:
- master
image: ubuntu
services:
- docker:dind