.github/workfow: try to fix fly deploy

go back to remote-only build for fly deploy, but use buildx v0.9.1 for
building the docker image.  Also add manual trigger for fly deploy
action.
This commit is contained in:
Will Norris 2023-01-31 21:08:50 -08:00
parent 431c70aaa9
commit f314cbfc87
2 changed files with 5 additions and 2 deletions

View file

@ -26,6 +26,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/26)
version: v0.9.1
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0