From 3976b96c74b720086036d6549fbc65fb35bf8a7a Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 24 Jan 2025 17:22:50 +0900 Subject: [PATCH] Removed cache for base images --- .github/workflows/images_build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 20c7c8848..0a4e5c905 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -389,8 +389,6 @@ jobs: labels: | 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: ${{ steps.cache_data.outputs.cache_from }} - cache-to: ${{ steps.cache_data.outputs.cache_to }} - name: Scan for vulnerabilities uses: crazy-max/ghaction-container-scan@v3