mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-11 13:45:25 +00:00
Merge pull request 'Fix a typo' (#971) from deploy-tag into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/971
This commit is contained in:
commit
0418d35b67
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:${{ startwWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}
|
||||
tags: plumeorg/plume:${{ startsWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}
|
||||
|
|
Loading…
Reference in a new issue