mirror of
https://github.com/napi-rs/napi-rs.git
synced 2026-02-01 16:41:24 +00:00
chore(deps): update docker/build-push-action action to v6 (#2142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ea623903d8
commit
433d27a4e7
10
.github/workflows/docker.yaml
vendored
10
.github/workflows/docker.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build and push alpine
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: alpine.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build and push debian
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: debian.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
rm /usr/lib/llvm-18/lib/libc++abi.so
|
||||
|
||||
- name: Build and push debian aarch64 cross
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: debian-aarch64.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
@ -130,7 +130,7 @@ jobs:
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build and push debian with zig
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: debian-zig.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
@ -138,7 +138,7 @@ jobs:
|
||||
tags: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-zig
|
||||
|
||||
- name: Build and push alpine with zig
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: alpine-zig.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user