diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index ece9c69046..12a7a5e7e1 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -82,7 +82,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@d9be6cade441568ba10037bce5221b8f564981f1 + uses: crazy-max/ghaction-setup-docker@c2351bbd0bfab8cd65e684219ad8ea46a6d093f3 with: version: v24.0.6 daemon-config: |