Skip to content

Commit 0b875ca

Browse files
committed
fix: docker name format
1 parent 028cc8f commit 0b875ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Build and Publish
33
on:
44
push:
55
tags:
6-
- "leios/[0-9][0-9][0-9][0-9]w[0-9][0-9]"
6+
- "leios-[0-9][0-9][0-9][0-9]w[0-9][0-9]"
77
- "v[0-9]+.[0-9]+.[0-9]+"
88
- "[0-9]+.[0-9]+.[0-9]+"
99

0 commit comments

Comments
 (0)