aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/earthly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index 1b9c565..d70e79f 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -33,7 +33,7 @@ jobs:
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Log into fly.io registry
run: |
- fly auth docker
+ flyctl auth docker
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
- name: Build and push Docker image