Skip to content

Commit 54414e6

Browse files
authored
ci: pin docker/build-push-action to a TSCCR approved version (#25678)
1 parent d28af58 commit 54414e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.make-prerelease == 'true' }}
193193

194194
- name: Build nomad-builder image
195-
uses: docker/build-push-action@548776e8d0d44ea63feed0c8a944e6235fc63eee # v6
195+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
196196
with:
197197
platforms: linux/amd64 # we only ever build amd64 images because we always run on amd64 runners and cross-compile inside the container if needed
198198
context: .github/nomad-builder/

0 commit comments

Comments
 (0)