mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-23 18:40:34 +00:00
[skip ci]Give up to deploy tags
This commit is contained in:
parent
0b9ec4c52c
commit
199269ba3c
1 changed files with 1 additions and 3 deletions
4
.github/workflows/deploy-docker.yaml
vendored
4
.github/workflows/deploy-docker.yaml
vendored
|
@ -4,8 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
@ -29,4 +27,4 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: plumeorg/plume:${{ startsWith(github.ref_name, 'refs/tags/') && github.ref || 'latest' }}
|
||||
tags: plumeorg/plume:latest
|
||||
|
|
Loading…
Reference in a new issue