Skip to content

Commit c469190

Browse files
fixed typo
1 parent c9ce1f8 commit c469190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Publish to Docker Hub
33
on:
44
push:
55
tags:
6-
- '*v'
6+
- 'v*'
77

88
jobs:
99
docker:

0 commit comments

Comments
 (0)