Merge pull request 'Use Git tag for Docker image tag' (#972) from deploy-tag into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/972
This commit is contained in:
KitaitiMakoto 2022-01-02 15:14:38 +00:00
commit 0b9ec4c52c

View file

@ -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' }}