aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-12-22 13:45:45 -0500
committerXe Iaso <me@xeiaso.net>2024-12-22 13:45:45 -0500
commit3aaf9c9438a9cb2d188ac81039467b7091f0fe02 (patch)
tree3407120871f035e4bcbddfde86c85345894d7d3e
parent5a7895d374c87e4d0a7f4d2f4a76d7c8377ebbd1 (diff)
downloadx-3aaf9c9438a9cb2d188ac81039467b7091f0fe02.tar.xz
x-3aaf9c9438a9cb2d188ac81039467b7091f0fe02.zip
log into fly.io
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--.github/workflows/earthly.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index d1b6c1d..1b9c565 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -30,6 +30,12 @@ jobs:
registry: ghcr.io
username: xe
password: ${{ secrets.GHCR_PUSH }}
+ - uses: superfly/flyctl-actions/setup-flyctl@master
+ - name: Log into fly.io registry
+ run: |
+ fly auth docker
+ env:
+ FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
- name: Build and push Docker image
if: github.event_name != 'pull_request'
id: build-and-push