From 1e5d309e6842bfa78b96d4313424b61ccd51fac9 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 5 Jul 2022 21:29:09 +0900 Subject: [PATCH] The image publishing workflow should trigger on version tags Ref https://github.com/helmfile/helmfile/discussions/211 --- .github/workflows/images.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 21f30b27..cd8da2d1 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -9,6 +9,8 @@ on: - "image/**" - "*image" - "image*" + tags: + - 'v*' paths-ignore: - .github/workflows/ci.yml - .github/workflows/lock.yml