From 4013160407459d2e79a41aa13b05ea576d59f65e Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Wed, 5 Sep 2018 21:24:41 +0200 Subject: Only push `nging` on `master` and `django`. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3