Skip to content

Commit

Permalink
migrate to github actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dmunozv04 committed Jan 24, 2025
1 parent adc7e1e commit dca9186
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/dmunozv04/isponsorblocktv:buildcache
# Only cache if it's not a pull request
cache-to: ${{ github.event_name != 'pull_request' && 'type=registry,ref=ghcr.io/dmunozv04/isponsorblocktv:buildcache,mode=max' || '' }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit dca9186

Please sign in to comment.