Update .gitea/workflows/node-npm.yaml
All checks were successful
Node ssh / Build and push image (pull_request) Successful in 1m48s
PHP 8.2 / Build and push image (pull_request) Successful in 1m0s
PHP deployer / Build and push image (pull_request) Successful in 50s
Node npm / Build and push image (pull_request) Successful in 57s
Rust node / Build and push image (pull_request) Successful in 6m49s
All checks were successful
Node ssh / Build and push image (pull_request) Successful in 1m48s
PHP 8.2 / Build and push image (pull_request) Successful in 1m0s
PHP deployer / Build and push image (pull_request) Successful in 50s
Node npm / Build and push image (pull_request) Successful in 57s
Rust node / Build and push image (pull_request) Successful in 6m49s
This commit is contained in:
parent
7c3305446d
commit
11a01acf73
@ -38,7 +38,7 @@ 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=actions/node-npm:latest
|
cache-from: type=registry,ref=git.kjan.de/actions/node-npm:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
context: ./images/actions/node-npm
|
context: ./images/actions/node-npm
|
||||||
push: ${{ github.ref == 'refs/heads/main' }}
|
push: ${{ github.ref == 'refs/heads/main' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user