aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-23 10:11:33 +1000
committerGravatar GitHub <[email protected]>2019-09-23 10:11:33 +1000
commit618fa3b376edba08eb5ad294891d2bb167ec4d64 (patch)
tree02eb8615a48f1e904f2f2560b435c97fdd90a391
parentAdd better explanatory docstring and example for persist.datafile. (diff)
Use standard DockerHub connection.
Co-Authored-By: Mark <[email protected]>
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 88df7320..89205c1e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -41,7 +41,7 @@ jobs:
- task: Docker@2
displayName: 'Build & Push Container'
inputs:
- containerRegistry: 'DockerHubV2'
+ containerRegistry: 'DockerHub'
repository: 'pythondiscord/seasonalbot'
command: 'buildAndPush'
Dockerfile: '**/Dockerfile'