fix: disable provenance/sbom in base image stage like app stage
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Problem: base stage had provenance/cache that app doesn't Solution: Match base settings to app settings Both stages now: provenance: false sbom: false This matches what worked before!
This commit is contained in:
@@ -43,8 +43,9 @@ steps:
|
|||||||
- org.opencontainers.image.title=Peikarband Base
|
- org.opencontainers.image.title=Peikarband Base
|
||||||
- org.opencontainers.image.description=Base image with Python, Node.js, bun, and build tools
|
- org.opencontainers.image.description=Base image with Python, Node.js, bun, and build tools
|
||||||
|
|
||||||
cache: inline
|
pull: true
|
||||||
provenance: true
|
provenance: false
|
||||||
|
sbom: false
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
timeout: 30m
|
timeout: 30m
|
||||||
|
|||||||
Reference in New Issue
Block a user