From b259675378ef3922abc4cb9255295c77e20a774d Mon Sep 17 00:00:00 2001 From: "Ruberoid (ghostcat)" Date: Thu, 5 Dec 2024 20:19:47 +0400 Subject: [PATCH] fixes --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3cfc2ca..dacb56d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: settings: registry: hub.musk.fun repo: hub.musk.fun/k8s/nocr/telegram_listener - tags: tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] + tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] context: ./flea/telegram-listener dockerfile: ./flea/telegram-listener/src/Nocr.TelegramListener.Host/Dockerfile username: @@ -40,7 +40,7 @@ steps: from_secret: hub_password volumes: - name: kaniko-cache - # path: / + mountPath: / depends_on: - clone @@ -58,7 +58,7 @@ steps: from_secret: hub_password volumes: - name: kaniko-cache - # path: / + mountPath: / depends_on: - clone