Skip to content

Commit 458c833

Browse files
Update docker-build-backend.yml
1 parent 2cf02f4 commit 458c833

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build-backend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
with:
6565
context: ./src/backend
6666
platforms: ${{ matrix.platform }}
67+
provenance: true
68+
sbom: true
69+
push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
6770
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
6871

6972
- name: Export digest

0 commit comments

Comments
 (0)