aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-09-14 22:31:45 +0200
committerGravatar GitHub <[email protected]>2019-09-14 22:31:45 +0200
commit5984123a399b397270008bfa50fd073a6b0a4f25 (patch)
treee53cb3f117d7c06fa34bb8655eaa168f86f9be46
parentMerge pull request #22 from python-discord/revitalisation (diff)
parentCI: specify container registry for Docker push tasks (diff)
Merge pull request #42 from python-discord/revitalisation
Fix CI Image Push
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 424b1a3..f09dc99 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -200,6 +200,7 @@ jobs:
)
inputs:
command: push
+ containerRegistry: DockerHubV2
repository: pythondiscord/snekbox-base
tags: latest
@@ -216,6 +217,7 @@ jobs:
)
inputs:
command: push
+ containerRegistry: DockerHubV2
repository: pythondiscord/snekbox-venv
tags: latest
@@ -224,5 +226,6 @@ jobs:
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
inputs:
command: push
+ containerRegistry: DockerHubV2
repository: pythondiscord/snekbox
tags: latest