diff --git a/.github/workflows/deploy-docker.yaml b/.github/workflows/deploy-docker.yaml index 68284959..5de0faef 100644 --- a/.github/workflows/deploy-docker.yaml +++ b/.github/workflows/deploy-docker.yaml @@ -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' }}