mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-16 23:15:14 +00:00
Merge pull request '[skip ci]Deploy tags to Docker Hub' (#969) from deploy-tag into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/969
This commit is contained in:
commit
3815bfe980
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy-docker.yaml
vendored
4
.github/workflows/deploy-docker.yaml
vendored
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
@ -27,4 +29,4 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: plumeorg/plume:latest
|
||||
tags: plumeorg/plume:${{ github.ref == 'main' && 'latest' || github.ref }}
|
||||
|
|
Loading…
Reference in a new issue