This commit is contained in:
@@ -43,20 +43,19 @@ 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
|
||||||
|
|
||||||
pull: true
|
cache: inline
|
||||||
provenance: false
|
provenance: true
|
||||||
sbom: false
|
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
timeout: 30m
|
timeout: 30m
|
||||||
when:
|
when:
|
||||||
event: [push, tag, manual]
|
event: [push, tag, manual]
|
||||||
branch: [main, develop, feature/restructure-project]
|
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