This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user