chore(deps): update docker/build-push-action action to v5 (#1722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4bd063b8a1
commit
30ec1402a5
1 changed files with 5 additions and 5 deletions
10
.github/workflows/docker.yaml
vendored
10
.github/workflows/docker.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
password: ${{ secrets.GH_TOKEN }}
|
password: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push alpine
|
- name: Build and push alpine
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: alpine.Dockerfile
|
file: alpine.Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
tags: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
|
tags: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
|
||||||
|
|
||||||
- name: Build and push debian
|
- name: Build and push debian
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: debian.Dockerfile
|
file: debian.Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
rm /usr/lib/llvm-15/lib/libc++abi.so
|
rm /usr/lib/llvm-15/lib/libc++abi.so
|
||||||
|
|
||||||
- name: Build and push debian aarch64 cross
|
- name: Build and push debian aarch64 cross
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: debian-aarch64.Dockerfile
|
file: debian-aarch64.Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
run: sudo rm -rf "${{ github.workspace }}/lib"
|
run: sudo rm -rf "${{ github.workspace }}/lib"
|
||||||
|
|
||||||
- name: Build and push debian with zig
|
- name: Build and push debian with zig
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: debian-zig.Dockerfile
|
file: debian-zig.Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
tags: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-zig
|
tags: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-zig
|
||||||
|
|
||||||
- name: Build and push alpine with zig
|
- name: Build and push alpine with zig
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: alpine-zig.Dockerfile
|
file: alpine-zig.Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
|
Loading…
Reference in a new issue