Skip to content

Commit

Permalink
ci: docker action, disable sbom and provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Stadler <thomas@thomasst.xyz>
  • Loading branch information
thomasstxyz committed Apr 7, 2023
1 parent 1c6e5cc commit ad9c11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Publish images
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
with:
sbom: true
provenance: true
# sbom: true
# provenance: true
push: true
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit ad9c11e

Please sign in to comment.