also push docker images with git sha tag for easy rollbacks
Deploy / Deploy (push) Successful in 1m44s
Details
Deploy / Deploy (push) Successful in 1m44s
Details
This commit is contained in:
parent
dfb28d38ba
commit
8c6d6393b6
|
@ -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
|
||||
tags: git.riksolo.com/riksolo/multi-scrobbler-now-playing:latest , git.riksolo.com/riksolo/multi-scrobbler-now-playing:${{github.sha}}
|
Loading…
Reference in New Issue