diff options
-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 |