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