also push docker images with git sha tag for easy rollbacks
Deploy / Deploy (push) Successful in 1m44s Details

This commit is contained in:
Rik Berkelder 2025-01-15 02:25:45 +01:00
parent dfb28d38ba
commit 8c6d6393b6
1 changed files with 1 additions and 2 deletions

View File

@ -34,9 +34,8 @@ jobs:
with: with:
node-version: '20.x' node-version: '20.x'
- run: npm i - run: npm i
- run: echo ${{github.sha}}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: git.riksolo.com/riksolo/multi-scrobbler-now-playing:latest tags: git.riksolo.com/riksolo/multi-scrobbler-now-playing:latest , git.riksolo.com/riksolo/multi-scrobbler-now-playing:${{github.sha}}