Update .gitea/workflows/node-npm.yaml
Some checks failed
Node npm / Build and push image (pull_request) Failing after 18s
PHP 8.2 / Build and push image (pull_request) Successful in 45s
Node ssh / Build and push image (pull_request) Successful in 1m36s
PHP deployer / Build and push image (pull_request) Successful in 38s
Rust node / Build and push image (pull_request) Successful in 1m52s
ZMK builder / Build and push image (pull_request) Successful in 2m2s
Some checks failed
Node npm / Build and push image (pull_request) Failing after 18s
PHP 8.2 / Build and push image (pull_request) Successful in 45s
Node ssh / Build and push image (pull_request) Successful in 1m36s
PHP deployer / Build and push image (pull_request) Successful in 38s
Rust node / Build and push image (pull_request) Successful in 1m52s
ZMK builder / Build and push image (pull_request) Successful in 2m2s
This commit is contained in:
parent
c9757da3aa
commit
8311eb587b
@ -17,47 +17,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://git.kjan.de/actions/checkout@v4
|
uses: https://git.kjan.de/actions/docker-build@main
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: https://git.kjan.de/actions/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Login to local Docker Registry
|
|
||||||
uses: https://git.kjan.de/actions/login-action@v3
|
|
||||||
with:
|
with:
|
||||||
registry: git.kjan.de
|
name: node-npm
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
|
||||||
|
|
||||||
- name: Login to Docker.io Registry
|
|
||||||
uses: https://git.kjan.de/actions/login-action@v3
|
|
||||||
with:
|
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
|
||||||
|
|
||||||
- name: Cache Docker layers
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: /tmp/.buildx-cache
|
|
||||||
key: ${{ runner.os }}-node-npm-${{ github.sha }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-node-npm-
|
|
||||||
|
|
||||||
- name: Build and push
|
|
||||||
uses: https://git.kjan.de/actions/build-push-action@v6
|
|
||||||
with:
|
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
|
||||||
context: ./images/actions/node-npm
|
|
||||||
push: ${{ github.ref == 'refs/heads/main' }}
|
|
||||||
tags: |
|
|
||||||
git.kjan.de/actions/node-npm:latest
|
|
||||||
git.kjan.de/actions/node-npm:${{ gitea.sha }}
|
|
||||||
|
|
||||||
- # Temp fix
|
|
||||||
# https://github.com/docker/build-push-action/issues/252
|
|
||||||
# https://github.com/moby/buildkit/issues/1896
|
|
||||||
name: Move cache
|
|
||||||
run: |
|
|
||||||
rm -rf /tmp/.buildx-cache
|
|
||||||
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
|
|
||||||
|
Loading…
Reference in New Issue
Block a user