mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
Update Earthly versions
This commit is contained in:
parent
e764c3225c
commit
8da01d768c
2 changed files with 1 additions and 5 deletions
4
.github/workflows/image.yml
vendored
4
.github/workflows/image.yml
vendored
|
@ -50,10 +50,6 @@ jobs:
|
||||||
username: ${{ secrets.QUAY_USERNAME }}
|
username: ${{ secrets.QUAY_USERNAME }}
|
||||||
password: ${{ secrets.QUAY_PASSWORD }}
|
password: ${{ secrets.QUAY_PASSWORD }}
|
||||||
- uses: earthly/actions/setup-earthly@v1
|
- uses: earthly/actions/setup-earthly@v1
|
||||||
with:
|
|
||||||
version: v0.7.0
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
# https://github.com/earthly/earthly/issues/1565
|
|
||||||
earthly config 'global.conversion_parallelism' 0
|
|
||||||
earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }}
|
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 GO_VERSION=1.20
|
||||||
ARG GOLINT_VERSION=1.47.3
|
ARG GOLINT_VERSION=1.47.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue