Skip to content

Commit e811597

Browse files
authored
Merge pull request #1 from insight-platform/bwsw-patch-1
Update docker-publish.yml
2 parents 46dbbf1 + 07a5980 commit e811597

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ jobs:
7373
password: ${{ secrets.GITHUB_TOKEN }}
7474

7575
- name: Build docker image for ${{ env.GITHUB_REF_SLUG }}
76-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
76+
uses: docker/build-push-action@v6.18.0
7777
with:
78+
provenance: false
79+
sbom: false
7880
file: ${{ matrix.docker_file }}
7981
platforms: ${{ matrix.arch }}
8082
tags: "${{matrix.tag}}:${{ env.GITHUB_REF_SLUG }}"

0 commit comments

Comments
 (0)