diff options
author | 2019-09-14 22:31:45 +0200 | |
---|---|---|
committer | 2019-09-14 22:31:45 +0200 | |
commit | 5984123a399b397270008bfa50fd073a6b0a4f25 (patch) | |
tree | e53cb3f117d7c06fa34bb8655eaa168f86f9be46 | |
parent | Merge pull request #22 from python-discord/revitalisation (diff) | |
parent | CI: 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.yml | 3 |
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 |