Update .gitea/workflows/node-npm.yaml #8

Merged
jank merged 10 commits from faster-builds into main 2024-08-15 16:12:12 +00:00
Showing only changes of commit fe3df25fff - Show all commits

@ -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: