👷 ci: drop v prefix

This commit is contained in:
2026-07-27 17:26:37 +07:00
parent 28300440e6
commit aa3a4d08fc
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ on:
branches:
- "**"
tags:
- "v*.*.*"
- "*.*.*"
pull_request:
permissions:
@@ -79,7 +79,7 @@ jobs:
images: ${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{raw}}
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@v7