diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 900c823..f27a71a 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -61,8 +61,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: . push: true - provenance: false platforms: linux/amd64, linux/arm64 tags: ${{ vars.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}:latest