Update docker/build-push-action to latest version to get rid of Node 20 hate messages

This commit is contained in:
GCHQDeveloper581 2026-05-13 13:54:14 +00:00
parent dbc26850d9
commit 79d9d624eb
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C
2 changed files with 2 additions and 2 deletions

View File

@ -61,6 +61,6 @@ jobs:
- name: Production Image Build - name: Production Image Build
if: success() if: success()
id: build-image id: build-image
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64

View File

@ -75,7 +75,7 @@ jobs:
password: ${{ env.REGISTRY_PASSWORD }} password: ${{ env.REGISTRY_PASSWORD }}
- name: Publish to GHCR - name: Publish to GHCR
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
with: with:
context: . context: .
push: true push: true