Update .gitea/workflows/node-npm.yaml
Some checks failed
PHP 8.2 / Build and push image (pull_request) Successful in 45s
Node ssh / Build and push image (pull_request) Successful in 56s
PHP deployer / Build and push image (pull_request) Successful in 26s
Node npm / Build and push image (pull_request) Failing after 58s
Rust node / Build and push image (pull_request) Successful in 5m13s

This commit is contained in:
Jan Gleytenhoover 2024-08-15 14:49:50 +00:00
parent 11a01acf73
commit aa27f16d3c

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