Skip to content

Commit

Permalink
fix: fix earthly version in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Jul 17, 2024
1 parent 89a5b7c commit c79ddf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -25,8 +25,9 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN}}
- name: Download Earthly
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.7.4/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- uses: earthly/actions/setup-earthly@v1
with:
version: v0.8.15
- name: Earthly version
run: earthly --version
- name: Create Version

0 comments on commit c79ddf8

Please sign in to comment.