Skip to content

Commit

Permalink
chore: update Earthfile and GitHub action configuration
Browse files Browse the repository at this point in the history
- Change Earthfile to import from main branch
- Add caching step in GitHub action for Earthly
- Remove commented import line in Earthfile
  • Loading branch information
flemzord committed Sep 26, 2024
1 parent d606e20 commit 92d7989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: Cache Earthly
uses: actions/cache@v4
with:
path: /root/.cache
path: /tmp/earthly
key: ${{ runner.os }}-earthly
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 92d7989

Please sign in to comment.