From 17854452e33f40547f6ebaf9239f20f34e84a7a1 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 18 Feb 2024 02:08:43 +0900 Subject: [PATCH] Updated building images workflow --- .github/workflows/images_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 92146e77a..bf40ad594 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -370,7 +370,7 @@ jobs: org.opencontainers.image.revision=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} org.opencontainers.image.created=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} cache-from: type=local,src=/tmp/.buildx-base-cache - cache-to: type=local,src=/tmp/.buildx-base-cache + cache-to: type=local,dest=/tmp/.buildx-base-cache - name: Cache image uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 @@ -635,7 +635,7 @@ jobs: cache-from: | type=local,src=/tmp/.buildx-base-cache type=local,src=/tmp/.buildx-build-cache - cache-to: type=local,src=/tmp/.buildx-build-cache + cache-to: type=local,dest=/tmp/.buildx-build-cache - name: Cache image uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0