From 8154a94e72aef76aa004d76b0516fa2f48a8423f Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 19 Sep 2024 10:51:14 -0400 Subject: [PATCH] add org better Signed-off-by: Xe Iaso --- .gitea/workflows/earthly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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