Skip to content

Commit 396a3ae

Browse files
committed
.github/workflow: use buildx v0.9.1 to fix fly deploys
Fixes #51 Signed-off-by: Will Norris <[email protected]>
1 parent 136d5ad commit 396a3ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
- name: Setup Docker buildx
3333
uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2.2.1
34+
with:
35+
# use buildx v0.9.1 (https://community.fly.io/t/10171/19)
36+
version: v0.9.1
3437

3538
- name: Log into registry ${{ env.REGISTRY }}
3639
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0

0 commit comments

Comments
 (0)