aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-05 21:24:41 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-05 21:24:41 +0200
commit4013160407459d2e79a41aa13b05ea576d59f65e (patch)
treef78787298208b0a250328f62265c339f49493c0c /.gitlab-ci.yml
parentAdd a `docker-compose.yml` file. (diff)
Only push `nging` on `master` and `django`.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78b6eda9..babb9b71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -124,3 +124,8 @@ push-nging:
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker build -t pythondiscord/nging:latest .
- docker push pythondiscord/nging:latest
+ only:
+ - master
+ - django
+ tags:
+ - docker