mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
workflow/docker-publish.yml: place 'context' in proper place.
This commit is contained in:
@@ -40,9 +40,8 @@ jobs:
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
context: ./docker
|
||||
with:
|
||||
context: .
|
||||
context: ./docker
|
||||
platforms: linux/amd64
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user