diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 133163f1c6..5c39aec87f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,6 +89,7 @@ jobs: - uses: docker/build-push-action@v3 with: + context: . # IMPORTANT: Dockerfile is modified above to include the release version. Don't remove this line: https://github.com/docker/build-push-action?tab=readme-ov-file#git-context push: true platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }}