diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 2eb0028..4f6068e 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -4,11 +4,11 @@ on: push: branches: - main + tags: + - v[0-9]+.[0-9]+.[0-9]+ pull_request: branches: - main - tags: - - v[0-9]+.[0-9]+.[0-9]+ env: REGISTRY: ghcr.io