Skip to content

Commit

Permalink
use scope for continer github action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Nov 16, 2022
1 parent 93b870b commit 61cf73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=container
cache-to: type=gha,mode=max,scope=container
platforms: linux/amd64,linux/arm64
pull: true
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 61cf73a

Please sign in to comment.