@@ -3,7 +3,7 @@ name: Release Docker Images
on:
push:
tags:
- - v3.**
+ - v3.*.*
jobs:
@@ -5,7 +5,7 @@ on:
branches-ignore:
- release/**
tags-ignore:
- - v**
+ - v*.*.*
@@ -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 }}