Skip to content

Commit

Permalink
Merge pull request #517 from owasp-noir/revert-516-issue-511-add-cach…
Browse files Browse the repository at this point in the history
…e-scope

Revert "refactor: Add cache scope to build-push-action in ghcr_publish.yml"
  • Loading branch information
ksg97031 authored Jan 24, 2025
2 parents 3018ae6 + 32fb781 commit 7721973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64, linux/arm64
cache-from: type=gha,scope=${{ matrix.arch }}
cache-to: type=gha,mode=max,scope=${{ matrix.arch }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 7721973

Please sign in to comment.