Skip to content

Commit

Permalink
Need to use buildx for sbom [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jan 31, 2024
1 parent c336758 commit 61ab0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_aca_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Build the docker image for ${{ github.repository }}
run: |
cd ./.ci/docker
docker build -f ./Dockerfile.${{env.DOCKERFILE_ROCKY}} -t ${{env.TAG}} --sbom=true .
docker buildx -f ./Dockerfile.${{env.DOCKERFILE_ROCKY}} -t ${{env.TAG}} --sbom=true .
- name: Push the docker image
run: |
Expand Down

0 comments on commit 61ab0ef

Please sign in to comment.