From 8ac6a3e318d89a483d53f2429a1741b99fd5146f Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Tue, 30 Dec 2025 20:29:50 +0330 Subject: [PATCH] fixe ci --- .woodpecker.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index dcaf25f..5e3ab96 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,10 +6,10 @@ steps: build: image: woodpeckerci/plugin-docker-buildx settings: - repo: hub.peikarband.ir/peikarband/landing + # Build image locally with a temp tag (won't push because push: false) + repo: peikarband/landing tags: - - latest - - ${CI_COMMIT_SHA:0:8} + - build-${CI_COMMIT_SHA:0:8} dockerfile: Dockerfile context: . platforms: linux/amd64 @@ -29,6 +29,7 @@ steps: cache: inline provenance: true push: false + load: true timeout: 30m when: event: [push, tag, manual] @@ -49,4 +50,4 @@ steps: insecure: false timeout: 30m when: - event: [push, tag, manual] + event: [push, tag, manual] \ No newline at end of file