ci: switch to ghcr
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml
index 79dfdbe..4c1c0b6 100644
--- a/.github/workflows/image.yml
+++ b/.github/workflows/image.yml
@@ -33,7 +33,7 @@
env:
EARTHLY_CI: true
EARTHLY_PUSH: "${{ github.event_name == 'push' }}"
- EARTHLY_REMOTE_CACHE: quay.io/vexxhost/atmosphere:cache
+ EARTHLY_REMOTE_CACHE: ghcr.io/vexxhost/atmosphere:cache
publish:
runs-on: ubuntu-latest
@@ -51,5 +51,5 @@
- name: Promote image
uses: akhilerm/tag-push-action@v2.1.0
with:
- src: quay.io/vexxhost/atmosphere:${{ github.sha }}
- dst: quay.io/vexxhost/atmosphere:${{ github.event.release.tag_name }}
+ src: ghcr.io/vexxhost/atmosphere:${{ github.sha }}
+ dst: ghcr.io/vexxhost/atmosphere:${{ github.event.release.tag_name }}
diff --git a/Earthfile b/Earthfile
index 757efed..8d57cc8 100644
--- a/Earthfile
+++ b/Earthfile
@@ -51,7 +51,7 @@
ENV PATH=/venv/bin:$PATH
ENTRYPOINT ["bash"]
ARG tag=latest
- SAVE IMAGE --push quay.io/vexxhost/atmosphere:${tag}
+ SAVE IMAGE --push ghcr.io/vexxhost/atmosphere:${tag}
pin-images:
FROM +build.venv.dev