Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clauverjat committed Mar 20, 2023
1 parent 208de49 commit 6a49459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fi
git checkout -b "$branch" || true
- name: Download latest earthly
run: "wget -nc https://github.com/earthly/earthly/releases/download/v0.6.30/earthly-linux-amd64 -O earthly && chmod +x earthly"
run: "wget -nc https://github.com/earthly/earthly/releases/download/v0.7.2/earthly-linux-amd64 -O earthly && chmod +x earthly"
- name: Earthly version
run: ./earthly --version
- name: Login to Docker Hub
Expand Down

0 comments on commit 6a49459

Please sign in to comment.