Skip to content

Commit 0d19208

Browse files
committed
[ci] update: use GitHub Cache API
1 parent 26d64dc commit 0d19208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
push: ${{ github.ref == 'refs/heads/master' }}
5353
tags: ${{ steps.meta.outputs.tags }}
5454
labels: ${{ steps.meta.outputs.labels }}
55-
cache-from: type=registry,ref=ghcr.io/sksat/kuso-subdomain-adder:buildcache
56-
cache-to: type=registry,ref=ghcr.io/sksat/kuso-subdomain-adder:buildcache,mode=max
55+
cache-from: type=gha
56+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)