File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ jobs:
7676 SSH_IP : ${{ secrets.ARM_SSH_IP }}
7777 SSH_CONFIG : ${{ secrets.ARM_SSH_CONFIG }}
7878 - name : Setup Buildx
79- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
79+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
8080 if : startsWith(inputs.CACHE_SUFFIX, 'arm') == false
8181 - name : Setup Buildx (ARM)
82- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
82+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
8383 if : startsWith(inputs.CACHE_SUFFIX, 'arm')
8484 with :
8585 endpoint : ssh://root@arm
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ jobs:
8585 SSH_IP : ${{ secrets.ARM_SSH_IP }}
8686 SSH_CONFIG : ${{ secrets.ARM_SSH_CONFIG }}
8787 - name : Setup Buildx
88- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
88+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
8989 if : startsWith(env.ARCH, 'arm') == false
9090 - name : Setup Buildx (ARM)
91- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
91+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
9292 if : startsWith(env.ARCH, 'arm') == true
9393 with :
9494 endpoint : ssh://root@arm
Original file line number Diff line number Diff line change 6868 SSH_IP : ${{ secrets.ARM_SSH_IP }}
6969 SSH_CONFIG : ${{ secrets.ARM_SSH_CONFIG }}
7070 - name : Setup Buildx (ARM)
71- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
71+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
7272 with :
7373 endpoint : ssh://root@arm
7474 platforms : linux/arm64,linux/arm/v7
You can’t perform that action at this time.
0 commit comments