From 47199ebcdc010bc088bd0cc9642a532012708811 Mon Sep 17 00:00:00 2001 From: JacqueGM Date: Mon, 7 Aug 2023 18:49:03 +0200 Subject: [PATCH] add tag option --- .github/workflows/container-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index e39cef3..7bc3edf 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -2,6 +2,8 @@ name: Container Image on: push: + tags: + - v[0-9]+.[0-9]+.[0-9]+* branches: - dev - feature/server_only