From e5e2db37d9e9f7477512554bbcda415a6cb48b59 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 22 Sep 2025 16:49:03 +0100 Subject: [PATCH] ci: Run image release workflow on tag --- .forgejo/workflows/release-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/release-image.yml b/.forgejo/workflows/release-image.yml index 90ad6490..75232aed 100644 --- a/.forgejo/workflows/release-image.yml +++ b/.forgejo/workflows/release-image.yml @@ -23,6 +23,8 @@ on: - "renovate.json" - "pkg/**" - "docs/**" + tags: + - "v*.*.*" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: