Removed cache for base images

This commit is contained in:
Alexey Pustovalov 2025-01-24 17:22:50 +09:00
parent a3107c7031
commit 3976b96c74

View File

@ -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