We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870b581 commit c6f8569Copy full SHA for c6f8569
1 file changed
.github/workflows/docker-publish.yml
@@ -2,10 +2,10 @@ name: Docker Build and Publish
2
3
on:
4
push:
5
- branches: [ master ]
6
- tags: [ 'v*.*.*' ]
+ branches: [master]
+ tags: ["v*.*.*"]
7
pull_request:
8
9
10
env:
11
REGISTRY: ghcr.io
0 commit comments