diff options
author | 2018-09-05 21:24:41 +0200 | |
---|---|---|
committer | 2018-09-05 21:24:41 +0200 | |
commit | 4013160407459d2e79a41aa13b05ea576d59f65e (patch) | |
tree | f78787298208b0a250328f62265c339f49493c0c | |
parent | Add a `docker-compose.yml` file. (diff) |
Only push `nging` on `master` and `django`.
-rw-r--r-- | .gitlab-ci.yml | 5 |
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 |