diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0a779c4..4a19ba3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -76,7 +76,7 @@ jobs: with: context: . push: true - tags: cjlapao/rq-dashboard:{{ env.EXT_VERSION }}, cjlapao/rq-dashboard:latest + tags: cjlapao/rq-dashboard:${{ env.EXT_VERSION }},cjlapao/rq-dashboard:latest - name: Create GitHub release uses: actions/create-release@v1