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.
2 parents fb71e8a + 0fecafc commit e4c3745Copy full SHA for e4c3745
.github/workflows/_docker.yml
@@ -43,7 +43,7 @@ jobs:
43
path: ${{ github.workspace }}/artifacts/packages/nuget
44
-
45
name: Set up Docker
46
- uses: crazy-max/ghaction-setup-docker@v3
+ uses: docker/setup-docker-action@v4
47
with:
48
daemon-config: '{ "features": { "containerd-snapshotter": true } }'
49
.github/workflows/_docker_manifests.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: ./.github/actions/cache-restore
32
33
34
35
36
37
0 commit comments