diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 3a5d408..900c823 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -61,7 +61,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: context + context: . push: true provenance: false platforms: linux/amd64, linux/arm64