diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index 5ca54d8c..7f623d17 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 diff --git a/Earthfile b/Earthfile index f31c3812..a1876ec5 100644 --- a/Earthfile +++ b/Earthfile @@ -96,7 +96,7 @@ hdrwtch: LABEL org.opencontainers.image.source="https://github.com/Xe/x" - SAVE IMAGE --push registry.fly.io/hdrwtch:latest + SAVE IMAGE --push ghcr.io/xe/x/hdrwtch:latest hlang: FROM +runtime @@ -258,7 +258,7 @@ xedn: LABEL org.opencontainers.image.source="https://github.com/Xe/x" - SAVE IMAGE --push registry.fly.io/xedn:latest + SAVE IMAGE --push ghcr.io/xe/x/xedn:latest all: BUILD --pass-args --platform=linux/amd64 +aerial diff --git a/cmd/hdrwtch/fly.toml b/cmd/hdrwtch/fly.toml index 7475fd8f..76bff39c 100644 --- a/cmd/hdrwtch/fly.toml +++ b/cmd/hdrwtch/fly.toml @@ -18,7 +18,7 @@ primary_region = 'yul' auto_extend_size_limit = "10GB" [build] - image = "registry.fly.io/hdrwtch:latest" + image = "ghcr.io/xe/x/hdrwtch:latest" [services.concurrency] type = "connections" diff --git a/cmd/xedn/fly.toml b/cmd/xedn/fly.toml index 29b209e6..7e1a73ae 100644 --- a/cmd/xedn/fly.toml +++ b/cmd/xedn/fly.toml @@ -8,7 +8,7 @@ swap_size_mb = 512 auto_rollback = true [build] -image = "registry.fly.io/xedn:latest" +image = "ghcr.io/xe/x/xedn:latest" [deploy] strategy = "immediate"