fixe ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
CD - Build & Deploy / build-and-push (push) Has been cancelled
CD - Build & Deploy / package-helm (push) Has been cancelled
CD - Build & Deploy / deploy-staging (push) Has been cancelled
CD - Build & Deploy / deploy-production (push) Has been cancelled
CD - Build & Deploy / release (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / security (push) Has been cancelled

This commit is contained in:
Ehsan.Asadi
2025-12-30 20:29:50 +03:30
parent 9154fd9216
commit 8ac6a3e318

View File

@@ -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]