We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6342de commit 8009609Copy full SHA for 8009609
2 files changed
.github/workflows/github-release.yml
@@ -3,7 +3,8 @@ name: GitHub Release
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]'
7
+
8
9
permissions:
10
contents: write
.github/workflows/release.yml
@@ -3,7 +3,6 @@ name: Release Docker Image
- - '[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:
81
80
cache-to: |
82
type=gha,mode=max,scope=deps-only
83
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