We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2a08e commit aee8a2aCopy full SHA for aee8a2a
.github/workflows/docker-image.yml
@@ -78,6 +78,7 @@ jobs:
78
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-${{ matrix.platform }}
79
outputs: |
80
type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }}
81
+ provenance: false # 添加此行以禁用每个平台构建上的来源元数据
82
- name: Export digest
83
if: github.event_name != 'pull_request'
84
run: |
0 commit comments