ci(api): set docker build context correctly

This commit is contained in:
Thomas Hobson 2021-03-14 12:03:22 +13:00
parent 8a7d4100d7
commit 078033b4a1
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
- name: Build and push API
uses: docker/build-push-action@v1
with:
context: api
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com