Merge pull request 'Fix tag calculation' (#970) from deploy-tag into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/970
This commit is contained in:
commit
84f00c57d1
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
|
||||
with:
|
||||
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 New Issue
Block a user