Skip to content

Commit

Permalink
sbom and provenance buildx options break manifest parsing in github a…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
sblair-metrostar committed Dec 29, 2023
1 parent 6b455b3 commit 999c1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
sbom: true
sbom: false
provenance: false
build-args: |
MLFLOW_VERSION=${{ env.MLFLOW_VERSION }}

0 comments on commit 999c1ed

Please sign in to comment.