We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ec15c commit b475ceeCopy full SHA for b475cee
1 file changed
.github/workflows/publish.yml
@@ -3,9 +3,11 @@ name: Publish to Docker Hub
3
4
on:
5
push:
6
+ branches:
7
+ - '*'
8
tags:
9
- '*'
-
10
+
11
jobs:
12
13
publish:
0 commit comments