From e0ee9e36186034e0bef80be45d4d6a862bd72c44 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 29 Nov 2023 01:24:26 +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..05150e9 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.15 - 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 +