Skip to content

Commit 118b1e6

Browse files
authored
chore: set the right regex for publish tags (#67)
1 parent e603aa6 commit 118b1e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker-image.yml

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

88
env:
99
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)