From 800960982520e37504efbc9b0561174387559836 Mon Sep 17 00:00:00 2001 From: angel Date: Sun, 25 Jan 2026 03:18:55 +0000 Subject: [PATCH] chore: fix --- .github/workflows/github-release.yml | 3 ++- .github/workflows/release.yml | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index ca511e6..4d1ef82 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -3,7 +3,8 @@ name: GitHub Release on: push: tags: - - 'v*' + - '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]' + permissions: contents: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cad1ba6..09bcb18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,6 @@ name: Release Docker Image on: push: tags: - - '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]' env: REGISTRY: docker.io @@ -81,10 +80,3 @@ jobs: cache-to: | type=gha,mode=max,scope=deps-only - - - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v4 - with: - username: sillyangel - password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: sillyangel/mice