Yuki Takei 6 anni fa
parent
commit
5a6d4f2a80

+ 1 - 1
.github/workflows/build.yml

@@ -3,7 +3,7 @@ name: Release Docker Images
 on:
   push:
     tags:
-      - v3.**
+      - v3.*.*
 
 jobs:
 

+ 1 - 1
.github/workflows/ci.yml

@@ -5,7 +5,7 @@ on:
     branches-ignore:
       - release/**
     tags-ignore:
-      - v**
+      - v*.*.*
 
 jobs:
 

+ 1 - 1
.github/workflows/release.yml

@@ -33,5 +33,5 @@ jobs:
       uses: ad-m/github-push-action@master
       with:
         branch: null
-        github_token: ${{ secrets. GITHUB_TOKEN }}
+        github_token: ${{ secrets.GITHUB_TOKEN }}