diff --git a/.gitea/workflows/earthly.yml b/.gitea/workflows/earthly.yml index af73ad3..51d3997 100644 --- a/.gitea/workflows/earthly.yml +++ b/.gitea/workflows/earthly.yml @@ -37,12 +37,11 @@ jobs: registry: ghcr.io username: xe password: ${{ secrets.GHCR_TOKEN }} - - name: what version is installed? - run: earthly --version - name: use sat alpha run: | earthly org select me-2625 earthly sat select alpha docker info + env - name: run the earthly hello world run: earthly --verbose github.com/earthly/hello-world:main+hello \ No newline at end of file