use modern version
CI / build (push) Has been cancelled Details

This commit is contained in:
Fabian Stamm 2023-11-29 01:25:39 +01:00
parent 36304b8873
commit dff8517acc
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: https://github.com/earthly/actions-setup@v1 - uses: https://github.com/earthly/actions-setup@v1
with: with:
version: v0.7.0 version: v0.7.10
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Put back the git branch into git (Earthly uses it for tagging) - name: Put back the git branch into git (Earthly uses it for tagging)
run: | run: |
@ -34,3 +34,4 @@ jobs:
run: earthly --version run: earthly --version
- name: Run build - name: Run build
run: earthly --push +docker-multi run: earthly --push +docker-multi