We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9f2ea commit c1a1f54Copy full SHA for c1a1f54
.github/workflows/publish.yml
@@ -1,8 +1,9 @@
1
name: Publish
2
on:
3
pull_request:
4
- release:
5
- types: [published]
+ push:
+ tags:
6
+ - '*'
7
8
jobs:
9
publish_to_dockerhub:
0 commit comments