From 8da01d768c3d985a9ea4267f11cf695e8f22556f Mon Sep 17 00:00:00 2001 From: mudler Date: Mon, 20 Mar 2023 00:40:32 +0100 Subject: [PATCH] Update Earthly versions --- .github/workflows/image.yml | 4 ---- Earthfile | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 67df40b..40de0a4 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -50,10 +50,6 @@ jobs: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_PASSWORD }} - uses: earthly/actions/setup-earthly@v1 - with: - version: v0.7.0 - name: Build run: | - # https://github.com/earthly/earthly/issues/1565 - earthly config 'global.conversion_parallelism' 0 earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }} diff --git a/Earthfile b/Earthfile index 2023462..e6abad9 100644 --- a/Earthfile +++ b/Earthfile @@ -1,4 +1,4 @@ -VERSION 0.6 +VERSION 0.7 ARG GO_VERSION=1.20 ARG GOLINT_VERSION=1.47.3