chore: added retries

This commit is contained in:
ITQ
2025-11-22 22:40:02 +03:00
parent b0f65dd828
commit 2887b0a1e0
+4
View File
@@ -6,6 +6,9 @@ stages:
- tag - tag
- deploy - deploy
default:
retry: 2
variables: variables:
BASE_IMAGE_NAME: $CI_REGISTRY_IMAGE BASE_IMAGE_NAME: $CI_REGISTRY_IMAGE
TRIVY_CACHE_DIR: .cache/trivy TRIVY_CACHE_DIR: .cache/trivy
@@ -398,6 +401,7 @@ webhook-ml-deploy:
resource_group: staging resource_group: staging
dependencies: dependencies:
- build-ml - build-ml
# - sast-image-ml
workflow: workflow:
rules: rules: