From d4e19907d1c98cc2c19536c05e985520b5ce1397 Mon Sep 17 00:00:00 2001 From: Marc Hanheide Date: Tue, 7 Jan 2025 19:03:05 +0000 Subject: [PATCH] fix: update cache-to destination in Docker build workflow for OpenGL --- .github/workflows/docker-build-opengl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-opengl.yaml b/.github/workflows/docker-build-opengl.yaml index b322a8f..fc037ff 100644 --- a/.github/workflows/docker-build-opengl.yaml +++ b/.github/workflows/docker-build-opengl.yaml @@ -95,7 +95,7 @@ jobs: push: true load: true cache-from: type=local,src=/tmp/cache - cache-to: type=local,src=/tmp/cache + cache-to: type=local,dest=/tmp/cache tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | @@ -184,7 +184,7 @@ jobs: push: true load: true cache-from: type=local,src=/tmp/cache - cache-to: type=local,src=/tmp/cache + cache-to: type=local,dest=/tmp/cache tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: |