fixe ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ehsan.Asadi
2025-12-31 00:30:54 +03:30
parent 38effdb6a9
commit a0a3258f3a

View File

@@ -44,8 +44,8 @@ steps:
- 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 cache: inline
provenance: true provenance: false
sbom: true # sbom: true
push: true push: true
timeout: 30m timeout: 30m
debug: true debug: true
@@ -54,10 +54,10 @@ steps:
event: [push, tag, manual] event: [push, tag, manual]
branch: [main, develop] branch: [main, develop]
# Only rebuild base if its definition changed # Only rebuild base if its definition changed
# path: path:
# include: include:
# - docker/Dockerfile.base - docker/Dockerfile.base
# - .woodpecker.yml - .woodpecker.yml
# ============================================ # ============================================
# Build Application Image # Build Application Image