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