Update .gitea/workflows/node-npm.yaml #8
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ jobs:
|
|||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Pull previous image
|
||||
run: docker pull git.kjan.de/actions/node-npm:latest
|
||||
|
||||
- name: Login to Docker.io Registry
|
||||
uses: https://git.kjan.de/actions/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue