diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7b9d92e..e2e341e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -34,9 +34,8 @@ jobs: with: node-version: '20.x' - run: npm i - - run: echo ${{github.sha}} - name: Build and push uses: docker/build-push-action@v6 with: push: true - tags: git.riksolo.com/riksolo/multi-scrobbler-now-playing:latest \ No newline at end of file + tags: git.riksolo.com/riksolo/multi-scrobbler-now-playing:latest , git.riksolo.com/riksolo/multi-scrobbler-now-playing:${{github.sha}} \ No newline at end of file