File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ jobs:
342
342
with :
343
343
dockerfile : Dockerfile
344
344
- name : Enable containerd image store
345
- uses : crazy-max/ghaction-setup-docker@v3.5 .0
345
+ uses : crazy-max/ghaction-setup-docker@v4.0 .0
346
346
with :
347
347
version : v24.0.6
348
348
daemon-config : |
Original file line number Diff line number Diff line change 85
85
release_tag=${{ steps.get-latest-tag.outputs.tag }}
86
86
echo "LATEST_VERSION=${release_tag#*/}" >> "$GITHUB_ENV"
87
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@635d07c09dc2b52072362e9bb37e7e789767106d
88
+ uses : crazy-max/ghaction-setup-docker@7188e7a99827d70f850d0e0cb39c385f2a7b436d
89
89
with :
90
90
version : v24.0.6
91
91
daemon-config : |
You can’t perform that action at this time.
0 commit comments