diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c401f2c..3906e45 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 }}