aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-10-16 22:53:14 +0200
committerGravatar Johannes Christ <[email protected]>2018-10-16 22:53:14 +0200
commita5b90d5e68030eb6f0b1ede436c3fe3d77d33b72 (patch)
tree06a0fdbd60d397db2e8380d5beb701433f641b43 /.gitlab-ci.yml
parentOnly listen on localhost. (diff)
Add `docker` tag to use proper runners.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be2ac1d0..22190d43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,8 @@ build-alpine-3.7:
-f docker/app/alpine/3.7/Dockerfile
.
- docker push $BASE_IMAGE_URL:alpine-3.7-$CI_COMMIT_REF_SLUG
+ tags:
+ - docker
build-alpine-3.6:
stage: build
@@ -52,6 +54,8 @@ build-alpine-3.6:
-f docker/app/alpine/3.6/Dockerfile
.
- docker push $BASE_IMAGE_URL:alpine-3.6-$CI_COMMIT_REF_SLUG
+ tags:
+ - docker
build-stretch-3.7:
stage: build
@@ -66,6 +70,8 @@ build-stretch-3.7:
-f docker/app/stretch/3.7/Dockerfile
.
- docker push $BASE_IMAGE_URL:stretch-3.7-$CI_COMMIT_REF_SLUG
+ tags:
+ - docker
build-stretch-3.6:
stage: build
@@ -80,6 +86,8 @@ build-stretch-3.6:
-f docker/app/stretch/3.6/Dockerfile
.
- docker push $BASE_IMAGE_URL:stretch-3.6-$CI_COMMIT_REF_SLUG
+ tags:
+ - docker
lint-python:
stage: lint
@@ -145,6 +153,8 @@ pages:
paths:
- public
expire_in: 30 days
+ tags:
+ - docker
push-django:
image: docker:stable-git