From f497155341e917b368d8bd1a24b70254196ebbd9 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 19 Sep 2024 10:55:05 -0400 Subject: [PATCH] fix?? Signed-off-by: Xe Iaso --- .gitea/workflows/earthly.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/earthly.yml b/.gitea/workflows/earthly.yml index bc0a037..bc2c1be 100644 --- a/.gitea/workflows/earthly.yml +++ b/.gitea/workflows/earthly.yml @@ -19,10 +19,17 @@ jobs: - uses: actions/checkout@v4 - name: Docker login # to avoid dockerhub rate-limiting run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}" + - name: Log into ghcr.io + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + with: + registry: ghcr.io + username: xe + password: ${{ secrets.GHCR_TOKEN }} - name: what version is installed? run: earthly --version - name: use sattelite Alpha run: | + earthly bootstrap earthly org select me-2625 earthly sat select alpha - name: run the earthly hello world