diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 29230d0..a71091d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,9 +21,9 @@ jobs: minor-keywords: feat,minor patch-keywords: fix,qol,refactor,perf,docs,style,ci,chore,test - - name: get-npm-version - id: package-version - uses: martinbeentjes/npm-get-version-action@v1.3.1 + # - name: get-npm-version + # id: package-version + # uses: martinbeentjes/npm-get-version-action@v1.3.1 - uses: actions/setup-node@v3 with: @@ -33,7 +33,8 @@ jobs: uses: mr-smithers-excellent/docker-build-push@v5 with: image: xp-dashboard - tags: v${{ steps.package-version.outputs.current-version}}, latest + # tags: v${{ steps.package-version.outputs.current-version}}, latest + tags: latest registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}