Skip to content

Commit a27339e

Browse files
committed
chore: update Docker publish workflow to allow semver tags without leading 'v'
1 parent 9f06685 commit a27339e

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
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main # Publishes :latest
77
tags:
8-
- 'v*.*.*' # Publishes semver tag (e.g. v0.2.0) + re-tags as :latest
8+
- '*.*.*' # Publishes semver tag (e.g. 0.2.0) + re-tags as :latest
99

1010
env:
1111
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)