Skip to content

Commit 21cb7fb

Browse files
authored
fix to latest failing action (#175)
1 parent ebb69fe commit 21cb7fb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/dockerhub-release.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,17 @@ jobs:
2929
with:
3030
platforms: amd64,arm64
3131

32-
- uses: docker/setup-buildx-action@v1
32+
- name: Set up Docker Context for Buildx
33+
id: buildx-context
34+
run: |
35+
docker context create builders
36+
37+
- name: Set up Docker Buildx
38+
id: buildx
39+
uses: docker/setup-buildx-action@v1
40+
with:
41+
version: latest
42+
endpoint: builders
3343

3444
- uses: docker/login-action@v1
3545
with:

0 commit comments

Comments
 (0)