Merge pull request 'Fix a typo' (#971) from deploy-tag into main

Reviewed-on: #971
pull/973/head
KitaitiMakoto 2 years ago
commit 0418d35b67

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

Loading…
Cancel
Save