From 72c127f0c274d1f33058405a284852d37e0c9b9a Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Tue, 30 Dec 2025 23:43:12 +0330 Subject: [PATCH] fixe ci --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fc4eb48..d30fab9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,7 @@ # Woodpecker CI/CD Pipeline - Peikarband Landing # Smart pipeline with base image management + variables: - &base_image 'hub.peikarband.ir/peikarband/landing:base' - &app_image 'hub.peikarband.ir/peikarband/landing' @@ -42,7 +43,7 @@ steps: - org.opencontainers.image.title=Peikarband Base - org.opencontainers.image.description=Base image with Python, Node.js, bun, and build tools - cache: inline + # cache: inline provenance: false push: true @@ -93,7 +94,7 @@ steps: - org.opencontainers.image.title=Peikarband Landing - org.opencontainers.image.description=Peikarband hosting platform landing page - cache: inline + # cache: inline provenance: false push: true