Skip to content

Commit 293e463

Browse files
committed
Fix tag pattern in docker-publish workflow to match semver format
1 parent 77920f9 commit 293e463

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)