Update .gitea/workflows/node-npm.yaml
All checks were successful
Node npm / Build and push image (pull_request) Successful in 57s
Node ssh / Build and push image (pull_request) Successful in 1m55s
PHP 8.2 / Build and push image (pull_request) Successful in 1m5s
PHP deployer / Build and push image (pull_request) Successful in 35s
Rust node / Build and push image (pull_request) Successful in 7m3s

This commit is contained in:
Jan Gleytenhoover 2024-08-15 14:35:04 +00:00
parent fe3df25fff
commit 7c3305446d

View File

@ -29,9 +29,6 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Pull previous image
run: docker pull git.kjan.de/actions/node-npm:latest
- name: Login to Docker.io Registry - name: Login to Docker.io Registry
uses: https://git.kjan.de/actions/login-action@v3 uses: https://git.kjan.de/actions/login-action@v3
with: with:
@ -41,6 +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=actions/node-npm:latest
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' }}
tags: | tags: |