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 11a01acf73 - Show all commits

@ -38,7 +38,7 @@ jobs:
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v6
with:
cache-from: type=registry,ref=actions/node-npm:latest
cache-from: type=registry,ref=git.kjan.de/actions/node-npm:latest
cache-to: type=inline
context: ./images/actions/node-npm
push: ${{ github.ref == 'refs/heads/main' }}