diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 943e108..ce7ad0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: # Get the repositery's code - name: Checkout uses: actions/checkout@v2 - + # Generate docker tags - name: Docker meta id: meta @@ -57,3 +57,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 + cache-to: type=registry,ref=ghcr.io/dmunozv04/isponsorblocktv:buildcache,mode=max \ No newline at end of file