From 06707ef647ffc9edd2127ad7f6663d095d7d7086 Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Thu, 10 Apr 2025 01:00:06 +0200 Subject: [PATCH] test --- .forgejo/workflows/publish.yaml | 2 -- 1 file changed, 2 deletions(-) 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