From 3f1e8fb4d7520d055e319b21798a3a612762c163 Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:30:56 +0100 Subject: [PATCH] ci: build on tags (#21) Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> --- .github/workflows/images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 90d1fc7..8903a9e 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - 'v*' env: GHCR_REGISTRY: ghcr.io