Skip to content

Commit

Permalink
Removed cache for base images
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Jan 24, 2025
1 parent a3107c7 commit 3976b96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/images_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3976b96

Please sign in to comment.