Skip to content

Commit 037e2f4

Browse files
committed
Fix docker workflow filter
1 parent b6ff684 commit 037e2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: main
77
push:
88
branches: main
9-
tags: v.*
9+
tags: v*
1010

1111
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1212
env:

0 commit comments

Comments
 (0)