Files
peikarband/.woodpecker.yml
Ehsan.Asadi 13d70003d3
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
fixe ci pipleine
2025-12-30 15:11:31 +03:30

20 lines
542 B
YAML

variables:
- &registry "hub.peikarband.ir" # مطمئن شوید دامنه دقیقاً همین است
- &repo "peikarband/landing"
steps:
build:
image: plugins/kaniko
settings:
registry: *registry
repo: *repo
tags:
- latest
- ${CI_COMMIT_SHA:0:8}
# متغیرها باید دقیقاً با این کلیدها در settings باشند
username:
from_secret: harbor_username
password:
from_secret: harbor_password
when:
event: [push, tag, manual]