CI debug
Deploy / Deploy (push) Failing after 56s
Details
Deploy / Deploy (push) Failing after 56s
Details
This commit is contained in:
parent
9983f8acfe
commit
e20d0782ad
|
@ -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
|
Loading…
Reference in New Issue