Skip to content

Commit

Permalink
[ci] update: use GitHub Cache API
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 25, 2021
1 parent 26d64dc commit 0d19208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
push: ${{ github.ref == 'refs/heads/master' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/sksat/kuso-subdomain-adder:buildcache
cache-to: type=registry,ref=ghcr.io/sksat/kuso-subdomain-adder:buildcache,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 0d19208

Please sign in to comment.