diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 13:45:45 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 13:45:45 -0500 |
| commit | 3aaf9c9438a9cb2d188ac81039467b7091f0fe02 (patch) | |
| tree | 3407120871f035e4bcbddfde86c85345894d7d3e | |
| parent | 5a7895d374c87e4d0a7f4d2f4a76d7c8377ebbd1 (diff) | |
| download | x-3aaf9c9438a9cb2d188ac81039467b7091f0fe02.tar.xz x-3aaf9c9438a9cb2d188ac81039467b7091f0fe02.zip | |
log into fly.io
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | .github/workflows/earthly.yml | 6 |
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 |
