diff options
author | 2019-09-14 13:29:07 -0700 | |
---|---|---|
committer | 2019-09-14 13:29:07 -0700 | |
commit | 1943f2787308a4fa46cb7577213cc11db44984f4 (patch) | |
tree | dbf095e4f85120cc66616b231c2403e747bfcc77 | |
parent | Merge pull request #41 from python-discord/fix-flake8-docstrings (diff) |
CI: specify container registry for Docker push tasks
-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 |