From 35c3ca91eb2b87e72d16d73185fccc94e8d6c9cc Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 2 Sep 2025 19:44:03 +0200 Subject: [PATCH] chore(ci): fix small typo --- .github/workflows/docker-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index a3b17f4e9..8062a9a00 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -89,7 +89,6 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 @@ -131,7 +130,7 @@ jobs: run: | docker buildx build \ --cache-from=type=registry,ref=${CACHE_TAG_PI} \ - --cache-to=type=registry,ref=${CACHE_TAG} \ + --cache-to=type=registry,ref=${CACHE_TAG_PI} \ -f docker/Dockerfile.armhf \ --platform ${PI_PLATFORM} \ -t ${IMAGE_NAME}:${TAG_PI} \