Remove unnecessary prefix
This commit is contained in:
parent
c8d906eb99
commit
31a46514cb
2
.github/workflows/deploy-docker-tag.yaml
vendored
2
.github/workflows/deploy-docker-tag.yaml
vendored
@ -33,4 +33,4 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: plumeorg/plume:v${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
Loading…
Reference in New Issue
Block a user