mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-03-13 18:42:40 +00:00
Merge pull request 'Quote version tag' (#985) from fix-action into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/985
This commit is contained in:
commit
c8d906eb99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-docker-tag.yaml
vendored
2
.github/workflows/deploy-docker-tag.yaml
vendored
|
@ -3,7 +3,7 @@ name: cd
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- *.*.*
|
||||
- '*.*.*'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue