chore(deps): pin dependencies
All checks were successful
Node npm / Build and push image (pull_request) Successful in 26s
Node ssh / Build and push image (pull_request) Successful in 1m7s
PHP 8.2 / Build and push image (pull_request) Successful in 27s
PHP deployer / Build and push image (pull_request) Successful in 28s
Rust node / Build and push image (pull_request) Successful in 1m34s
ZMK builder / Build and push image (pull_request) Successful in 2m6s

This commit is contained in:
Renovate 2024-09-04 06:14:48 +00:00
commit 3f37e8c5bc
12 changed files with 18 additions and 18 deletions

View file

@ -13,11 +13,11 @@ jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
container: catthehacker/ubuntu:act-latest@sha256:cfc3a7d39de50d5414ef460ba0e1fbf3acc7296b15df49e33d32a10ed39ab874
steps:
- name: Build Docker image
uses: https://git.kjan.de/actions/docker-build@v1
uses: https://git.kjan.de/actions/docker-build@68135ac7b8ac655fd9fc07cdf0486b6b3a184a97 # v1
with:
name: node-npm
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

View file

@ -13,11 +13,11 @@ jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
container: catthehacker/ubuntu:act-latest@sha256:cfc3a7d39de50d5414ef460ba0e1fbf3acc7296b15df49e33d32a10ed39ab874
steps:
- name: Build Docker image
uses: https://git.kjan.de/actions/docker-build@v1
uses: https://git.kjan.de/actions/docker-build@68135ac7b8ac655fd9fc07cdf0486b6b3a184a97 # v1
with:
name: node-ssh
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

View file

@ -13,11 +13,11 @@ jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
container: catthehacker/ubuntu:act-latest@sha256:cfc3a7d39de50d5414ef460ba0e1fbf3acc7296b15df49e33d32a10ed39ab874
steps:
- name: Build Docker image
uses: https://git.kjan.de/actions/docker-build@v1
uses: https://git.kjan.de/actions/docker-build@68135ac7b8ac655fd9fc07cdf0486b6b3a184a97 # v1
with:
name: php-8.2
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

View file

@ -13,11 +13,11 @@ jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
container: catthehacker/ubuntu:act-latest@sha256:cfc3a7d39de50d5414ef460ba0e1fbf3acc7296b15df49e33d32a10ed39ab874
steps:
- name: Build Docker image
uses: https://git.kjan.de/actions/docker-build@v1
uses: https://git.kjan.de/actions/docker-build@68135ac7b8ac655fd9fc07cdf0486b6b3a184a97 # v1
with:
name: php-deployer
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

View file

@ -13,11 +13,11 @@ jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
container: catthehacker/ubuntu:act-latest@sha256:cfc3a7d39de50d5414ef460ba0e1fbf3acc7296b15df49e33d32a10ed39ab874
steps:
- name: Build Docker image
uses: https://git.kjan.de/actions/docker-build@v1
uses: https://git.kjan.de/actions/docker-build@68135ac7b8ac655fd9fc07cdf0486b6b3a184a97 # v1
with:
name: rust-node
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

View file

@ -13,11 +13,11 @@ jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
container: catthehacker/ubuntu:act-latest@sha256:cfc3a7d39de50d5414ef460ba0e1fbf3acc7296b15df49e33d32a10ed39ab874
steps:
- name: Build Docker image
uses: https://git.kjan.de/actions/docker-build@v1
uses: https://git.kjan.de/actions/docker-build@68135ac7b8ac655fd9fc07cdf0486b6b3a184a97 # v1
with:
name: zmk-builder
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}