From b52bc2ca0799d2f2852b55ff69ec6844b080b7d1 Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Sun, 21 Dec 2025 08:01:03 +0000 Subject: [PATCH 1/4] feat: try and use new action --- .github/workflows/ci.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..1c29454 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,33 @@ +name: 'ci' +on: + pull_request: + workflow_dispatch: + push: + branches: + - 'main' + - 'releases/*' + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +permissions: {} + +jobs: + ci: + name: earthly +hello + permissions: + contents: read + env: + FORCE_COLOR: 1 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + with: + token: ${{ secrets.GITHUB_TOKEN }} + - uses: EarthBuild/actions-setup@234ca5f9d838c6ab50ccf331f5c0da74e5626b6c + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + version: 'latest' + prerelease: true + - run: earthly +hello From 38fff5fb6efaa5bf0b95d868553b3f7b668d72bc Mon Sep 17 00:00:00 2001 From: Squirrel Date: Wed, 14 Jan 2026 17:16:06 +0000 Subject: [PATCH 2/4] Apply suggestion from @gilescope --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c29454..62207e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: EarthBuild/actions-setup@234ca5f9d838c6ab50ccf331f5c0da74e5626b6c + - uses: EarthBuild/actions-setup@283e405e3e95c613c33ab9dd2cb49bd3a503809c with: github-token: ${{ secrets.GITHUB_TOKEN }} version: 'latest' From 0c6ccf416be6db9b63162ff3e3e400815a07c0ee Mon Sep 17 00:00:00 2001 From: Squirrel Date: Wed, 14 Jan 2026 17:47:18 +0000 Subject: [PATCH 3/4] Apply suggestion from @gilescope --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62207e2..f253f43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: EarthBuild/actions-setup@283e405e3e95c613c33ab9dd2cb49bd3a503809c + - uses: EarthBuild/actions-setup@8da49a810dbfb79c710aa3e723ebd106628836b8 with: github-token: ${{ secrets.GITHUB_TOKEN }} version: 'latest' From 23c5cb58d2a787ec738d223ad408ddec510aba2e Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Wed, 14 Jan 2026 18:12:50 +0000 Subject: [PATCH 4/4] fix: update to EarthBuild --- globe.txt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/globe.txt b/globe.txt index 2b603ea..b58f873 100644 --- a/globe.txt +++ b/globe.txt @@ -1,11 +1,11 @@ -███████╗ █████╗ ██████╗ ████████╗██╗ ██╗██╗ ██╗ ██╗ -██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██║ ██║██║ ╚██╗ ██╔╝ -█████╗ ███████║██████╔╝ ██║ ███████║██║ ╚████╔╝ -██╔══╝ ██╔══██║██╔══██╗ ██║ ██╔══██║██║ ╚██╔╝ -███████╗██║ ██║██║ ██║ ██║ ██║ ██║███████╗██║ -╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ - +█████╗ ███╗ █████╗ ██████╗█╗ █╗████╗ █╗ █╗ █╗ █╗ ████╗ +█╔═══╝█╔═██╗█╔══█╗╚══█╔══╝█║ █║█╔══█╗█║ █║ █║ █║ █╔══█╗ +███╗ █████║████╔╝ █║ █████║████╔╝█║ █║ █║ █║ █║ █║ +█╔═╝ █╔══█║█╔══█╗ █║ █╔══█║█╔══█╗█║ █║ █║ █║ █║ █║ +█████╗█║ █║█║ █║ █║ █║ █║████╔╝╚████╔╝ █║ ████╗████╔╝ +╚════╝╚╝ ╚╝╚╝ ╚╝ ╚╝ ╚╝ ╚╝╚═══╝ ╚═══╝ ╚╝ ╚═══╝╚═══╝ + _-o#&&*"?d:>b\_ _o/"`" ",, d8F988888Ho_ @@ -32,7 +32,7 @@ H8888888Ho `888888888T . "`--._,dd###pp=""" -Your 🌍 Earthly installation is working correctly ✨ +Your 🌍 EarthBuild installation is working correctly ✨ This example build produces two outputs: @@ -43,4 +43,3 @@ You can verify these outputs by running: cat hello.txt docker run --rm hello:latest -