fix: Implement no-cache Docker builds to eliminate false positive vulnerabilities from cached layers

This commit is contained in:
GitHub Actions
2026-01-11 20:39:57 +00:00
parent 622f5a48e4
commit d8cc4da730
4 changed files with 685 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ jobs:
- name: Build Docker image
run: |
docker build \
--no-cache \
--build-arg VCS_REF=${{ github.sha }} \
-t charon:local .