From 9dfad6872e63977622593acafb56fc41554c5763 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 27 Feb 2024 14:55:31 -0800 Subject: [PATCH] fixup! [build] use less diskspace on non-planet build We (I) updated earthly to 0.8 in adfd02e, but forgot to update it in all places. --- .github/workflows/push-dev-containers.yml | 2 +- .github/workflows/push-latest-containers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-dev-containers.yml b/.github/workflows/push-dev-containers.yml index 3767bb377..ceb9505c8 100644 --- a/.github/workflows/push-dev-containers.yml +++ b/.github/workflows/push-dev-containers.yml @@ -12,7 +12,7 @@ jobs: - uses: earthly/actions-setup@v1 with: # pinning to `latest` requires using the GH API, which causes spurious rate limiting errors - version: "0.7.4" + version: "0.8.4" - uses: actions/checkout@v2 - name: Docker login run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u headwaymaps --password-stdin diff --git a/.github/workflows/push-latest-containers.yml b/.github/workflows/push-latest-containers.yml index 22e64120c..7b03a986b 100644 --- a/.github/workflows/push-latest-containers.yml +++ b/.github/workflows/push-latest-containers.yml @@ -13,7 +13,7 @@ jobs: - uses: earthly/actions-setup@v1 with: # pinning to `latest` requires using the GH API, which causes spurious rate limiting errors - version: "0.7.4" + version: "0.8.4" - uses: actions/checkout@v2 - name: Docker login run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u headwaymaps --password-stdin