aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-01-21 17:23:13 -0500
committerXe Iaso <me@xeiaso.net>2025-01-21 17:23:13 -0500
commitc5b8f8011bee9f31c61075b214880ab20a4d65e8 (patch)
treecf96800d04b00caf7a89ee6430bb8fab5a7c5009 /.github
parent60b710369f330c22ce533fd7f1a9734f7d1e2ac0 (diff)
downloadx-c5b8f8011bee9f31c61075b214880ab20a4d65e8.tar.xz
x-c5b8f8011bee9f31c61075b214880ab20a4d65e8.zip
refactor out fly.io registry from CI
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/earthly.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index 5ca54d8..7f623d1 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -30,12 +30,6 @@ jobs:
registry: ghcr.io
username: xe
password: ${{ secrets.GHCR_PUSH }}
- - uses: superfly/flyctl-actions/setup-flyctl@master
- - name: Log into fly.io registry
- run: |
- flyctl 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