From 9dfd8a1f6f141d82a62fef80d9d91fdca837be0b Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 15 Sep 2019 11:26:23 +0200 Subject: Tag Django images as `latest`. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 161ce605..de6237d8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -92,6 +92,6 @@ jobs: command: 'login' - script: | - docker build -t pythondiscord/django:latest -f docker/app/Dockerfile . - docker push pythondiscord/django:latest + docker build -t pythondiscord/site:latest -f docker/app/Dockerfile . + docker push pythondiscord/site:latest displayName: 'Build & Push Docker Image' -- cgit v1.2.3