From 4270da0efc8db2678cba0aa1e24d53f4951e04fe Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 16 Sep 2026 10:17:49 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4.4.1 --- .gitea/workflows/build.yaml | 4 ++-- .gitea/workflows/release-latest.yaml | 4 ++-- .gitea/workflows/release-tagged.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0185bae..bb69e91 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: with: image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='qemu-(?v\d+\.\d+\.\d+)$' - - uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 + - uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Build image run: | @@ -52,7 +52,7 @@ jobs: with: image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='qemu-(?v\d+\.\d+\.\d+)$' - - uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 + - uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Build image run: | diff --git a/.gitea/workflows/release-latest.yaml b/.gitea/workflows/release-latest.yaml index 2ae9648..9cf29ce 100644 --- a/.gitea/workflows/release-latest.yaml +++ b/.gitea/workflows/release-latest.yaml @@ -27,7 +27,7 @@ jobs: with: image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='qemu-(?v\d+\.\d+\.\d+)$' - - uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 + - uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Build and push image run: | @@ -61,7 +61,7 @@ jobs: with: image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='qemu-(?v\d+\.\d+\.\d+)$' - - uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 + - uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Build and push image run: | diff --git a/.gitea/workflows/release-tagged.yaml b/.gitea/workflows/release-tagged.yaml index 29d2289..e9870a5 100644 --- a/.gitea/workflows/release-tagged.yaml +++ b/.gitea/workflows/release-tagged.yaml @@ -48,7 +48,7 @@ jobs: with: image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='qemu-(?v\d+\.\d+\.\d+)$' - - uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 + - uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Build and push image run: | @@ -98,7 +98,7 @@ jobs: with: image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='qemu-(?v\d+\.\d+\.\d+)$' - - uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0 + - uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Build and push image run: | -- 2.54.0