diff options
author | 2019-09-21 08:12:45 +1000 | |
---|---|---|
committer | 2019-09-21 08:12:45 +1000 | |
commit | c949f580c48ae4d421d26c2bf17a85e050c37485 (patch) | |
tree | e612f920b8597ca1ba0ec627466e064444b21d8f | |
parent | Merge pull request #249 from python-discord/infractions-default-ordering (diff) |
Try with explicit buildContext
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 963f3020..450e005b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,4 +89,5 @@ jobs: repository: 'pythondiscord/site' command: 'buildAndPush' Dockerfile: 'docker/app/Dockerfile' + buildContext: '.' tags: 'latest' |