diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 13:46:41 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 13:46:41 -0500 |
| commit | de5aec8b93ff1c5d58af6ff958adcd28c55fc6f0 (patch) | |
| tree | 8c110d75c61da59d987186dc186dcee2d8a2a8d6 /.github/workflows | |
| parent | 3aaf9c9438a9cb2d188ac81039467b7091f0fe02 (diff) | |
| download | x-de5aec8b93ff1c5d58af6ff958adcd28c55fc6f0.tar.xz x-de5aec8b93ff1c5d58af6ff958adcd28c55fc6f0.zip | |
flyctl
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/earthly.yml | 2 |
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 |
