From 15ac06809de79298eb996f7e47dd64ea8965ebe1 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 19 Sep 2024 10:58:51 -0400 Subject: [PATCH] wtf? Signed-off-by: Xe Iaso --- .gitea/workflows/earthly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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