diff options
Diffstat (limited to '.github/workflows')
| -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 |
