mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 13:02:35 +08:00
Remove provenance and sbom from build-release.yml
Removed 'provenance' and 'sbom' options from Docker build steps.
This commit is contained in:
parent
84cf9a63e7
commit
9df654da53
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@ -92,6 +92,8 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
provenance: false
|
||||
sbom: false
|
||||
tags: |
|
||||
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
|
||||
${{ env.IMAGE_NAME }}:latest
|
||||
@ -145,6 +147,8 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
provenance: false
|
||||
sbom: false
|
||||
tags: |
|
||||
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
|
||||
${{ env.IMAGE_NAME }}:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user