Fix a typo

This commit is contained in:
Kitaiti Makoto 2022-01-03 00:04:57 +09:00
parent 7c1a5421fa
commit bf9d25363b

View file

@ -29,4 +29,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: plumeorg/plume:${{ startwWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}
tags: plumeorg/plume:${{ startsWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}