From 79d9d624eb223ce7bcf66337e3b544e3058c1065 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 13 May 2026 13:54:14 +0000 Subject: [PATCH] Update docker/build-push-action to latest version to get rid of Node 20 hate messages --- .github/workflows/pull_requests.yml | 2 +- .github/workflows/releases.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 5a541abc..7b086d24 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -61,6 +61,6 @@ jobs: - name: Production Image Build if: success() id: build-image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 93124c00..10468d13 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -75,7 +75,7 @@ jobs: password: ${{ env.REGISTRY_PASSWORD }} - name: Publish to GHCR - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . push: true