Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit 2c892b8

Browse files
authored
Merge pull request #13 from rwlove/claude/fix-tag-pattern
Fix tag trigger pattern to match v0.3-style tags
2 parents 14e18d0 + 0cb24f5 commit 2c892b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Container Images
22

33
on:
44
push:
5-
tags: ["v*.*.*"]
5+
tags: ["v*"]
66

77
env:
88
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)