mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-16 23:15:14 +00:00
Fix tag calculation
This commit is contained in:
parent
3815bfe980
commit
7c1a5421fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-docker.yaml
vendored
2
.github/workflows/deploy-docker.yaml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: plumeorg/plume:${{ github.ref == 'main' && 'latest' || github.ref }}
|
tags: plumeorg/plume:${{ startwWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}
|
||||||
|
|
Loading…
Reference in a new issue