We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c79be7 commit f36e9fbCopy full SHA for f36e9fb
.github/workflows/push.yml
@@ -2,9 +2,8 @@ name: 🚀 Push
2
3
on:
4
workflow_dispatch:
5
- push:
6
- tags:
7
- - v20[2-9][0-9][0-1][0-9][0-3][0-9]-[0-9][0-9]
+ release:
+ types: [published]
8
9
jobs:
10
push_to_docker_hub:
0 commit comments