master
Wilco Kruijer 4 years ago
parent 935328f238
commit e0380a045a
  1. 2
      .gitlab-ci.yml

@ -14,6 +14,6 @@ before_script:
build:
stage: build
script:
- docker build --pull -t $IMAGE:master centurion
- docker build --pull -t $IMAGE:master .
- docker push $IMAGE:master

Loading…
Cancel
Save