We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad94e08 commit f633806Copy full SHA for f633806
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
52
- name: Set up Docker Buildx
53
id: buildx
54
- uses: docker/setup-buildx-action@5e716dcfd653738c2d1db099bfba194a84158be4
+ uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7
55
with:
56
driver: docker
57
driver-opts: network=host
.github/workflows/pr.yml
@@ -52,7 +52,7 @@ jobs:
58
0 commit comments