added files
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
CD - Build & Deploy / build-and-push (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
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/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
CD - Build & Deploy / build-and-push (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
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/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
@@ -3,10 +3,6 @@ variables:
|
|||||||
- &harbor_registry "harbor.peikarband.ir"
|
- &harbor_registry "harbor.peikarband.ir"
|
||||||
- &image_name "peikarband/landing"
|
- &image_name "peikarband/landing"
|
||||||
|
|
||||||
# فیلتر کلی برای اجرا
|
|
||||||
when:
|
|
||||||
event: [push, tag, manual]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# مرحله ساخت با Kaniko (بدون نیاز به Privileged و تنظیمات Trusted)
|
# مرحله ساخت با Kaniko (بدون نیاز به Privileged و تنظیمات Trusted)
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@@ -16,7 +12,7 @@ steps:
|
|||||||
repo: *image_name
|
repo: *image_name
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA:0:8}
|
||||||
# اطلاعات لاگین به Harbor
|
# اطلاعات لاگین به Harbor
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_username
|
from_secret: harbor_username
|
||||||
|
|||||||
Reference in New Issue
Block a user