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

This commit is contained in:
Florian Weber 2025-06-24 13:31:38 +02:00
parent 94c99bb508
commit ffab318254
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -46,6 +46,8 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
context: .
file: ./Dockerfile
build-args: |
VERSION=${{ github.event.release.tag_name }}
REVISION=${{ github.sha }}