Update Earthly versions

add/first-example
mudler 2 years ago
parent e764c3225c
commit 8da01d768c
  1. 4
      .github/workflows/image.yml
  2. 2
      Earthfile

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

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

Loading…
Cancel
Save