Fix a typo
This commit is contained in:
parent
7c1a5421fa
commit
bf9d25363b
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:${{ startwWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}
|
tags: plumeorg/plume:${{ startsWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user