Fix a typo

This commit is contained in:
Kitaiti Makoto
2022-01-03 00:04:57 +09:00
parent 7c1a5421fa
commit bf9d25363b
+1 -1
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' }}