From 2887b0a1e094c2a096e105e046d3453f530bd49c Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 22 Nov 2025 22:40:02 +0300 Subject: [PATCH] chore: added retries --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b6b84b..5043c87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,9 @@ stages: - tag - deploy +default: + retry: 2 + variables: BASE_IMAGE_NAME: $CI_REGISTRY_IMAGE TRIVY_CACHE_DIR: .cache/trivy @@ -398,6 +401,7 @@ webhook-ml-deploy: resource_group: staging dependencies: - build-ml + # - sast-image-ml workflow: rules: