Skip to content

Commit cb5584f

Browse files
committed
build containers
1 parent 2ba3c00 commit cb5584f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
env: ${{ matrix.env }}
5555
- name: Output Containerfile
5656
run: cat Containerfile
57+
- name: Build
58+
uses: docker/build-push-action@v7.1.0
59+
with:
60+
file: Containerfile
61+
provenance: true
62+
push: false
63+
sbom: true
5764

5865
tests:
5966
if: always()

0 commit comments

Comments
 (0)