Skip to content

Commit f5a4c7d

Browse files
committed
fix: GHA tags pattern matching
1 parent 375108b commit f5a4c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docker.yaml

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release
33
on:
44
push:
55
tags:
6-
- 'v*.*.*'
6+
- '*.*.*'
77
jobs:
88
release:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)