diff --git a/.gitea/workflows/earthly.yml b/.gitea/workflows/earthly.yml index 8b1c0a9..03785c8 100644 --- a/.gitea/workflows/earthly.yml +++ b/.gitea/workflows/earthly.yml @@ -29,8 +29,9 @@ jobs: run: earthly --version - name: use sattelite Alpha run: | - earthly config --verbose 'global.container_frontend' 'docker-shell' + earthly config 'global.container_frontend' 'docker-shell' earthly org select me-2625 earthly sat select alpha + earthly --verbose +build - name: run the earthly hello world run: earthly github.com/earthly/hello-world:main+hello \ No newline at end of file