We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b664cd commit 590ace8Copy full SHA for 590ace8
.github/workflows/ci.yml
@@ -220,12 +220,12 @@ jobs:
220
221
steps:
222
- name: Setup QEMU
223
- uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3
+ uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3
224
with:
225
platforms: all
226
227
- name: Setup Docker Buildx
228
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
+ uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
229
230
version: ${{ env.DOCKER_BUILDX_VERSION }}
231
install: true
0 commit comments