aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70c53f34..5c32e7f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,13 +104,13 @@ pages:
- public
expire_in: 30 days
-push-django-image:
+push-django:
image: docker:stable-git
stage: deploy
script:
- docker build -t pythondiscord/django:latest .
- - echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin registry.gitlab.com
- - docker push registry.gitlab.com/python-discord/projects/site/django:latest
+ - echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin gitlab.com
+ - docker push pythondiscord/django:latest
only:
- master
- django