Skip to content

Commit aee8a2a

Browse files
authored
Update docker-image.yml
1 parent ae2a08e commit aee8a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-${{ matrix.platform }}
7979
outputs: |
8080
type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }}
81+
provenance: false # 添加此行以禁用每个平台构建上的来源元数据
8182
- name: Export digest
8283
if: github.event_name != 'pull_request'
8384
run: |

0 commit comments

Comments
 (0)