diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index cf3c582723..2f0c67783a 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -85,7 +85,7 @@ jobs: release_tag=${{ steps.get-latest-tag.outputs.tag }} echo "LATEST_VERSION=${release_tag#*/}" >> "$GITHUB_ENV" - name: Enable containerd image store # See https://github.com/docker/setup-buildx-action/issues/257#issuecomment-1722284952 - uses: crazy-max/ghaction-setup-docker@efe9e3891a4f7307e689f2100b33a155b900a608 + uses: crazy-max/ghaction-setup-docker@e61617a16c407a86262fb923c35a616ddbe070b3 with: version: v24.0.6 daemon-config: |