From d7d551d66c7489e96d4f84845c5561e25c3c534a Mon Sep 17 00:00:00 2001 From: ruberoid Date: Tue, 14 Oct 2025 17:28:02 +0400 Subject: [PATCH] no cache build for all stages. --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index ef0eaa1..f9eb489 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,6 +94,9 @@ steps: from_secret: hub_username password: from_secret: hub_password + # TEMPORARY: Disable cache to force fresh certificate update + # Remove this after first successful build to speed up future builds + no_cache: true depends_on: - debug-dotnet-restore @@ -109,6 +112,8 @@ steps: from_secret: hub_username password: from_secret: hub_password + # TEMPORARY: Disable cache to force fresh certificate update + no_cache: true depends_on: - docker nocr telegram listener build & push @@ -124,6 +129,8 @@ steps: from_secret: hub_username password: from_secret: hub_password + # TEMPORARY: Disable cache to force fresh certificate update + no_cache: true depends_on: - docker nocr text matcher build & push @@ -139,6 +146,8 @@ steps: from_secret: hub_username password: from_secret: hub_password + # TEMPORARY: Disable cache to force fresh certificate update + no_cache: true depends_on: - docker nocr users build & push @@ -154,6 +163,8 @@ steps: from_secret: hub_username password: from_secret: hub_password + # TEMPORARY: Disable cache to force fresh certificate update + no_cache: true depends_on: - docker nocr telegram client build & push @@ -169,6 +180,8 @@ steps: from_secret: hub_username password: from_secret: hub_password + # TEMPORARY: Disable cache to force fresh certificate update + no_cache: true depends_on: - docker nocr text matcher migrator build & push