👷 ci: only publish v-prefixed semver tags

This commit is contained in:
2026-07-01 13:34:25 +07:00
parent bf3cf283ae
commit bd4b2dbd70
-2
View File
@@ -6,7 +6,6 @@ on:
- "**"
tags:
- "v*.*.*"
- "*.*.*"
pull_request:
permissions:
@@ -80,7 +79,6 @@ jobs:
images: ${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
type=semver,pattern={{raw}}
- name: Build and push Docker image