Skip to content

Commit

Permalink
ci: fix test build of container image
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Dec 30, 2024
1 parent cd14601 commit 98d9031
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,13 @@ jobs:
id: hadolint
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0

- name: Build image
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
platforms: linux/amd64
provenance: mode=max
sbom: true
push: false

0 comments on commit 98d9031

Please sign in to comment.