From 11a01acf735d05082fc18830c344153e50cf51f1 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 15 Aug 2024 14:36:31 +0000 Subject: [PATCH] Update .gitea/workflows/node-npm.yaml --- .gitea/workflows/node-npm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/node-npm.yaml b/.gitea/workflows/node-npm.yaml index 195f2d1..7b89e2b 100644 --- a/.gitea/workflows/node-npm.yaml +++ b/.gitea/workflows/node-npm.yaml @@ -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' }}