change keys
All checks were successful
Node npm / Build and push image (pull_request) Successful in 1m2s
Node ssh / Build and push image (pull_request) Successful in 3m2s
PHP 8.2 / Build and push image (pull_request) Successful in 59s
PHP deployer / Build and push image (pull_request) Successful in 36s
Rust node / Build and push image (pull_request) Successful in 1m15s
All checks were successful
Node npm / Build and push image (pull_request) Successful in 1m2s
Node ssh / Build and push image (pull_request) Successful in 3m2s
PHP 8.2 / Build and push image (pull_request) Successful in 59s
PHP deployer / Build and push image (pull_request) Successful in 36s
Rust node / Build and push image (pull_request) Successful in 1m15s
This commit is contained in:
parent
0d76b10cd1
commit
cf2cc27fe4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user