From c79ddf8caebc682264687b07cb980546db4359dd Mon Sep 17 00:00:00 2001 From: Tochemey Date: Wed, 17 Jul 2024 07:38:42 +0100 Subject: [PATCH] fix: fix earthly version in release pipeline --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1519ea..827ebc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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