fix: disable provenance/sbom in base image stage like app stage
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:
Ehsan.Asadi
2025-12-30 23:25:18 +03:30
parent 703c2c9bc7
commit d728bd30cc

View File

@@ -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