From 54414e6a7caa4c0277e1f7e8648ea9c178a6d7a7 Mon Sep 17 00:00:00 2001 From: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:50:43 +0200 Subject: [PATCH] ci: pin docker/build-push-action to a TSCCR approved version (#25678) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 256b265f6..fd9a13972 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -192,7 +192,7 @@ jobs: if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.make-prerelease == 'true' }} - name: Build nomad-builder image - uses: docker/build-push-action@548776e8d0d44ea63feed0c8a944e6235fc63eee # v6 + uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6 with: platforms: linux/amd64 # we only ever build amd64 images because we always run on amd64 runners and cross-compile inside the container if needed context: .github/nomad-builder/