chore: stop prefixing tags with v
This commit is contained in:
parent
39868b5043
commit
89a7cb5aae
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -2,7 +2,7 @@ name: Publish Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user