diff --git a/.github/workflows/deploy-docker.yaml b/.github/workflows/deploy-docker.yaml index d65d958b..68284959 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:${{ github.ref == 'main' && 'latest' || github.ref }} + tags: plumeorg/plume:${{ startwWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}