CI debug
Deploy / Deploy (push) Failing after 56s Details

This commit is contained in:
Rik Berkelder 2025-01-14 00:05:56 +01:00
parent 9983f8acfe
commit e20d0782ad
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
with:
node-version: '20.x'
- run: npm i
- run: echo ${{GITHuB_SHA}}
- run: echo ${{GITEA_SHA}}
- run: docker login -u riksolo -p ${{secrets.CONTAINER_REGISTRy_TOKEN}}
- run: docker build . -t git.riksolo.com/riksolo/multi-scrobbler-now-playing:latest
- run: docker push . -t git.riksolo.com/riksolo/multi-scrobbler-now-playing:latest