chore: fix
Some checks failed
GitHub Release / Create Release (push) Failing after 10s

This commit is contained in:
2026-01-25 03:18:55 +00:00
committed by GitHub
parent b6342ded21
commit 8009609825
2 changed files with 2 additions and 9 deletions

View File

@@ -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

View File

@@ -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