diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-01-21 17:23:13 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-01-21 17:23:13 -0500 |
| commit | c5b8f8011bee9f31c61075b214880ab20a4d65e8 (patch) | |
| tree | cf96800d04b00caf7a89ee6430bb8fab5a7c5009 /Earthfile | |
| parent | 60b710369f330c22ce533fd7f1a9734f7d1e2ac0 (diff) | |
| download | x-c5b8f8011bee9f31c61075b214880ab20a4d65e8.tar.xz x-c5b8f8011bee9f31c61075b214880ab20a4d65e8.zip | |
refactor out fly.io registry from CI
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
