From 5e31e34d60a8ed34652460586a0e2cab6a648204 Mon Sep 17 00:00:00 2001 From: daya0576 Date: Sun, 8 Dec 2024 17:16:59 +0800 Subject: [PATCH] test metrix --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f11dd72..b7aeff61 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,12 +35,6 @@ jobs: with: images: | ${{ env.REGISTRY_IMAGE }} - tags: | - type=ref,event=branch - type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} - type=sha - name: Checkout code uses: actions/checkout@v4