We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586f0e7 commit b57f3f9Copy full SHA for b57f3f9
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
echo 'FROM scratch' > Dockerfile
30
31
- name: Set up Docker Buildx
32
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
+ uses: docker/setup-buildx-action@v3
33
with:
34
version: ${{ env.BUILDX_VERSION }}
35
driver-opts: image=moby/buildkit:${{ env.BUILDKIT_VERSION }}
0 commit comments