aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-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'