Skip to content

Commit

Permalink
.github/workflow: use buildx v0.9.1 to fix fly deploys
Browse files Browse the repository at this point in the history
Fixes tailscale#51

Signed-off-by: Will Norris <[email protected]>
  • Loading branch information
willnorris committed Feb 1, 2023
1 parent 136d5ad commit 396a3ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:

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

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

0 comments on commit 396a3ae

Please sign in to comment.