Update .gitea/workflows/node-npm.yaml #8

Merged
jank merged 10 commits from faster-builds into main 2024-08-15 16:12:12 +00:00
5 changed files with 10 additions and 10 deletions
Showing only changes of commit cf2cc27fe4 - Show all commits

@ -39,9 +39,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-node-npm-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
${{ runner.os }}-node-npm-
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v6

@ -39,9 +39,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-node-ssh-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
${{ runner.os }}-node-ssh-
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v6

@ -39,9 +39,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-php-8-2-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
${{ runner.os }}-php-8-2-
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v6

@ -39,9 +39,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-php-deployer-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
${{ runner.os }}-php-deployer-
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v6

@ -39,9 +39,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-rust-node-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
${{ runner.os }}-rust-node-
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v6