From dff8517accd87560e8eed982d3974cb627ffc786 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 29 Nov 2023 01:25:39 +0100 Subject: [PATCH] use modern version --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e893d73..85b1312 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: https://github.com/earthly/actions-setup@v1 with: - version: v0.7.0 + version: v0.7.10 - uses: actions/checkout@v2 - name: Put back the git branch into git (Earthly uses it for tagging) run: | @@ -34,3 +34,4 @@ jobs: run: earthly --version - name: Run build run: earthly --push +docker-multi +