mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
workflow:docker-publish.yml: adding missing 'context' since Dockerfile not at top level.
This commit is contained in:
@@ -40,6 +40,7 @@ jobs:
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
context: ./docker
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user