We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e9939 commit a01b592Copy full SHA for a01b592
.github/workflows/docker-build-release.yml
@@ -2,7 +2,7 @@ name: Docker build latest and push
2
3
on:
4
push:
5
- tags: [ "*_release", "*_latest" ]
+ tags: [ "*_release", "*_latest", "*_Release", "*_Latest" ]
6
# workflow_dispatch
7
8
env:
0 commit comments