Fix Docker build context and file path in build.yaml
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 10m26s
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 10m26s
This commit is contained in:
parent
94c99bb508
commit
ffab318254
@ -46,6 +46,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
|
context: .
|
||||||
|
file: ./Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ github.event.release.tag_name }}
|
VERSION=${{ github.event.release.tag_name }}
|
||||||
REVISION=${{ github.sha }}
|
REVISION=${{ github.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user