ci: retry kaniko jobs (backoffLimit 2, push-retry) for flaky egress to docker.io
Build and Deploy Platform / build-and-deploy (push) Failing after 17m55s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
keyhan
2026-07-02 17:53:48 +03:30
parent ba82a5d785
commit f2e8195d1d
+4 -2
View File
@@ -83,7 +83,7 @@ jobs:
namespace: ${BUILD_NS}
spec:
ttlSecondsAfterFinished: 3600
backoffLimit: 0
backoffLimit: 2
template:
spec:
restartPolicy: Never
@@ -115,6 +115,7 @@ jobs:
- --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-backend:${IMAGE_TAG}
- --insecure
- --skip-tls-verify
- --push-retry=2
volumeMounts:
- name: ws
mountPath: /workspace
@@ -146,7 +147,7 @@ jobs:
namespace: ${BUILD_NS}
spec:
ttlSecondsAfterFinished: 3600
backoffLimit: 0
backoffLimit: 2
template:
spec:
restartPolicy: Never
@@ -175,6 +176,7 @@ jobs:
- --destination=${PUSH_REGISTRY}/${PROJECT}/cloudhost-frontend:${IMAGE_TAG}
- --insecure
- --skip-tls-verify
- --push-retry=2
volumeMounts:
- name: ws
mountPath: /workspace