Skip to content

Commit

Permalink
.github/workflows/release-docker-image.yml: Disable SBOM attestation …
Browse files Browse the repository at this point in the history
…for the build
  • Loading branch information
splaspood committed Jun 13, 2023
1 parent 52bf265 commit c4c7d82
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
id: dockerbuild
uses: docker/build-push-action@v4
with:
sbom: false
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -70,15 +71,6 @@ jobs:
# env:
# COSIGN_EXPERIMENTAL: true

- name: Push Images Again
id: dockerpush
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64

- uses: anchore/sbom-action/[email protected]

# TODO(jaosorior): Uncomment once we migrate off CentOS.
Expand Down

0 comments on commit c4c7d82

Please sign in to comment.