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