From bd4b2dbd70b782a28c0358f6cd4db281e4fc947c Mon Sep 17 00:00:00 2001 From: Yuzu Date: Wed, 1 Jul 2026 13:34:25 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20only=20publish=20v-prefixe?= =?UTF-8?q?d=20semver=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 30588aa..71f5b78 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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