Skip to content

Commit 4868314

Browse files
authored
Merge pull request #15 from dash14/fix/docker-publish-tag-pattern
Fix tag pattern in docker-publish workflow to match semver format
2 parents 77920f9 + 293e463 commit 4868314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run-name: Build and Push Docker Image (${{ github.ref_name }})
44
on:
55
push:
66
tags:
7-
- "v*.*"
7+
- "v*.*.*"
88

99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)