Skip to content

Commit 08b289e

Browse files
committed
add back simple version tags to docker publish workflow
1 parent 356c5a6 commit 08b289e

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
@@ -3,7 +3,7 @@ name: Build (amd64 and arm64) and push to quay registries
33
on:
44
push:
55
branches: ["main"]
6-
tags: ["v*.*.*"]
6+
tags: ["v*.*.*", "v*"]
77
pull_request:
88
branches: ["main"]
99

0 commit comments

Comments
 (0)