workflow:docker-publish.yml: adding missing 'context' since Dockerfile not at top level.

This commit is contained in:
Robert Adams
2021-04-23 16:40:27 -07:00
parent c4b84bbc4e
commit d28cbfe8b8
+1
View File
@@ -40,6 +40,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
context: ./docker
with:
context: .
platforms: linux/amd64