mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Use Git tag for Docker image tag
This commit is contained in:
parent
bf9d25363b
commit
0e51565cc8
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
|
||||
with:
|
||||
push: true
|
||||
tags: plumeorg/plume:${{ startsWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}
|
||||
tags: plumeorg/plume:${{ startsWith(github.ref_name, 'refs/tags/') && github.ref || 'latest' }}
|
||||
|
|
Loading…
Reference in a new issue