Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2024-09-19 10:58:51 -04:00
parent 12f8451f40
commit 15ac06809d
Signed by: xe
SSH Key Fingerprint: SHA256:7EWsWanxCI427bJ0t3CA6LyqXnkPajReCxkUhbpJULU

View File

@ -29,8 +29,9 @@ jobs:
run: earthly --version run: earthly --version
- name: use sattelite Alpha - name: use sattelite Alpha
run: | run: |
earthly config --verbose 'global.container_frontend' 'docker-shell' earthly config 'global.container_frontend' 'docker-shell'
earthly org select me-2625 earthly org select me-2625
earthly sat select alpha earthly sat select alpha
earthly --verbose +build
- name: run the earthly hello world - name: run the earthly hello world
run: earthly github.com/earthly/hello-world:main+hello run: earthly github.com/earthly/hello-world:main+hello