Update Earthly versions

This commit is contained in:
mudler 2023-03-20 00:40:32 +01:00
parent e764c3225c
commit 8da01d768c
2 changed files with 1 additions and 5 deletions

View File

@ -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 }}

View File

@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7
ARG GO_VERSION=1.20
ARG GOLINT_VERSION=1.47.3