Use Git tag for Docker image tag

This commit is contained in:
Kitaiti Makoto 2022-01-03 00:14:00 +09:00
parent bf9d25363b
commit 0e51565cc8

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