diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3f4682f..0f6a285 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -78,6 +78,7 @@ jobs: cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-${{ matrix.platform }} outputs: | type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }} + provenance: false # 添加此行以禁用每个平台构建上的来源元数据 - name: Export digest if: github.event_name != 'pull_request' run: |