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 ca020e9 commit 5e533c9Copy full SHA for 5e533c9
.github/workflows/docker-release.yml
@@ -85,7 +85,7 @@ jobs:
85
release_tag=${{ steps.get-latest-tag.outputs.tag }}
86
echo "LATEST_VERSION=${release_tag#*/}" >> "$GITHUB_ENV"
87
- name: Enable containerd image store # See https://github.com/docker/setup-buildx-action/issues/257#issuecomment-1722284952
88
- uses: crazy-max/ghaction-setup-docker@efe9e3891a4f7307e689f2100b33a155b900a608
+ uses: crazy-max/ghaction-setup-docker@e61617a16c407a86262fb923c35a616ddbe070b3
89
with:
90
version: v24.0.6
91
daemon-config: |
0 commit comments