aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-09-15 11:26:23 +0200
committerGravatar Johannes Christ <[email protected]>2019-09-15 11:26:23 +0200
commit9dfd8a1f6f141d82a62fef80d9d91fdca837be0b (patch)
tree5f42db6b0a7b46b5c096881799f47e0d67650168
parentAdding a pygments CSS for syntax highlighting. (diff)
Tag Django images as `latest`.
Diffstat (limited to '')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
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'