We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46dbbf1 + 07a5980 commit e811597Copy full SHA for e811597
1 file changed
.github/workflows/docker-publish.yml
@@ -73,8 +73,10 @@ jobs:
73
password: ${{ secrets.GITHUB_TOKEN }}
74
75
- name: Build docker image for ${{ env.GITHUB_REF_SLUG }}
76
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
+ uses: docker/build-push-action@v6.18.0
77
with:
78
+ provenance: false
79
+ sbom: false
80
file: ${{ matrix.docker_file }}
81
platforms: ${{ matrix.arch }}
82
tags: "${{matrix.tag}}:${{ env.GITHUB_REF_SLUG }}"
0 commit comments