Skip to content

Commit

Permalink
fixup! [build] use less diskspace on non-planet build
Browse files Browse the repository at this point in the history
We (I) updated earthly to 0.8 in adfd02e, but forgot to update it in all
places.
  • Loading branch information
michaelkirk committed Feb 27, 2024
1 parent dd5700c commit 9dfad68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-dev-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-latest-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dfad68

Please sign in to comment.