Browse Source

Use Earthly setup action instead of manually downloading

pull/1975/head
Gabe Kangas 3 years ago
parent
commit
62a580b72c
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 5
      .github/workflows/docker-nightly-earthly.yaml

5
.github/workflows/docker-nightly-earthly.yaml

@ -12,8 +12,9 @@ jobs: @@ -12,8 +12,9 @@ jobs:
Docker:
runs-on: ubuntu-latest
steps:
- name: Download latest earthly
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.6.16/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- uses: earthly/actions-setup@v1
with:
version: 'latest' # or pin to an specific version, e.g. "v0.6.10"
- name: Earthly version
run: earthly --version

Loading…
Cancel
Save