From 94aba0f9acb75213d123b21bb1a721c7786a71c9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 2 Sep 2025 19:48:11 +0200 Subject: [PATCH] chore(ci) fix step naming --- .github/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 8062a9a00..473f82aa8 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -118,13 +118,13 @@ jobs: --provenance=false \ . - - name: Build image without cache + - name: Build image with cache if: github.event_name != 'schedule' run: | docker pull ${IMAGE_NAME}:${TAG} || true docker build --cache-from ${IMAGE_NAME}:${TAG} -t freqtrade:${TAG} . - - name: Build ARMHF image without cache + - name: Build ARMHF image with cache if: github.event_name != 'schedule' # disable provenance due to https://github.com/docker/buildx/issues/1509 run: |