Skip to content

Commit 8009609

Browse files
authored
chore: fix
1 parent b6342de commit 8009609

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/github-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: GitHub Release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]'
7+
78

89
permissions:
910
contents: write

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Release Docker Image
33
on:
44
push:
55
tags:
6-
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]'
76

87
env:
98
REGISTRY: docker.io
@@ -81,10 +80,3 @@ jobs:
8180
cache-to: |
8281
type=gha,mode=max,scope=deps-only
8382
84-
85-
- name: Docker Hub Description
86-
uses: peter-evans/dockerhub-description@v4
87-
with:
88-
username: sillyangel
89-
password: ${{ secrets.DOCKERHUB_TOKEN }}
90-
repository: sillyangel/mice

0 commit comments

Comments
 (0)