From 22a0bfebbc1b3b35f20f1dc2ef98457147ff6c52 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Wed, 12 Jul 2023 09:17:58 +0100 Subject: [PATCH] fix: Remove cacheing Signed-off-by: Gordon Smith --- .github/workflows/prebuild-docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/prebuild-docker.yml b/.github/workflows/prebuild-docker.yml index dd8fe9fb481355..6d85cd8bcc5213 100644 --- a/.github/workflows/prebuild-docker.yml +++ b/.github/workflows/prebuild-docker.yml @@ -79,5 +79,3 @@ jobs: tags: | hpccsystems/platform-build-base-${{ matrix.image }}:${{ steps.vars.outputs.sha_short }} hpccsystems/platform-build-base-${{ matrix.image }}:${{ steps.vars.outputs.vcpkg_tag }} - cache-from: type=registry,ref=hpccbuilds/platform-build-base-${{ matrix.image }}:${{ steps.vars.outputs.vcpkg_branch }} - cache-to: type=registry,ref=hpccbuilds/platform-build-base-${{ matrix.image }}:${{ steps.vars.outputs.vcpkg_branch }},mode=max