diff --git a/.gitea/workflows/earthly.yml b/.gitea/workflows/earthly.yml index 8bb4b59..bc0a037 100644 --- a/.gitea/workflows/earthly.yml +++ b/.gitea/workflows/earthly.yml @@ -22,6 +22,8 @@ jobs: - name: what version is installed? run: earthly --version - name: use sattelite Alpha - run: earthly sat select alpha --org me-2625 + run: | + earthly org select me-2625 + earthly sat select alpha - name: run the earthly hello world run: earthly github.com/earthly/hello-world:main+hello \ No newline at end of file