Skip to content

Commit b1186c6

Browse files
authored
ci: add generating sboms in docker workflow (#124)
1 parent 62c7d55 commit b1186c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@ jobs:
5353
make test
5454
make client
5555
make server
56+
57+
- name: Set up Docker Buildx
58+
uses: docker/setup-buildx-action@v3
5659

5760
- name: Build and push image
5861
uses: docker/build-push-action@v6
5962
with:
6063
context: .
6164
push: true
65+
sbom: true
6266
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.tag }}

0 commit comments

Comments
 (0)