From 8852f1bf0f92643e747c8311fd63452a12e50b53 Mon Sep 17 00:00:00 2001 From: Denis Romanenko Date: Mon, 16 Sep 2024 18:16:51 +0300 Subject: [PATCH] [ci] added base images versions file --- images/webhooks/werf.inc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/webhooks/werf.inc.yaml b/images/webhooks/werf.inc.yaml index f8e3d76a..c1b76ce9 100644 --- a/images/webhooks/werf.inc.yaml +++ b/images/webhooks/werf.inc.yaml @@ -23,7 +23,7 @@ shell: - mv webhooks /webhooks - chmod +x /webhooks --- -image: {{ $.ImageName }} +image: nfs-{{ $.ImageName }} from: {{ $.Images.BASE_SCRATCH }} import: