Skip to content

Commit

Permalink
Disable caching to avoid any possibility of cache poisoning (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jan 6, 2025
1 parent dc6efb7 commit 3392797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
with:
cache-binary: false
- name: Login to ghcr.io
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
Expand Down

0 comments on commit 3392797

Please sign in to comment.