Fix tag calculation
This commit is contained in:
@@ -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:${{ github.ref == 'main' && 'latest' || github.ref }}
|
tags: plumeorg/plume:${{ startwWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user