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
20 lines
542 B
YAML
20 lines
542 B
YAML
variables:
|
|
- ®istry "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] |