We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcd6ca commit e663290Copy full SHA for e663290
1 file changed
.github/workflows/docker.yml
@@ -3,7 +3,8 @@ name: Docker Release
3
on:
4
push:
5
branches: [master, main]
6
- tags: '*'
+ tags:
7
+ - '*'
8
9
jobs:
10
build:
0 commit comments