aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/earthly.yml6
-rw-r--r--Earthfile4
-rw-r--r--cmd/hdrwtch/fly.toml2
-rw-r--r--cmd/xedn/fly.toml2
4 files changed, 4 insertions, 10 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
diff --git a/Earthfile b/Earthfile
index f31c381..a1876ec 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 7475fd8..76bff39 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 29b209e..7e1a73a 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"