Skip to content

Commit 4a1df6f

Browse files
committed
disable provenance (multiarch manifest)
1 parent 8e9c00f commit 4a1df6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: docker/build-push-action@v5
2828
with:
2929
push: true
30+
provenance: false
3031
tags: ${{ vars.REGISTRY }}/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.ref_name == 'main' && 'latest' || steps.version.outputs.tag }}
3132
build-args: |
3233
gh_token=${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)