Skip to content

Commit

Permalink
fix: remove cache section
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed Jun 4, 2024
1 parent c966dbb commit 8f69e70
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-vulnerabilities.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: DockerVulnerabilities
on:
push:
branches:
Expand Down Expand Up @@ -64,8 +64,3 @@ jobs:
# uses: github/codeql-action/upload-sarif@v3
# with:
# sarif_file: 'trivy-image-scan-results.sarif'

- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 8f69e70

Please sign in to comment.