We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d64dc commit 0d19208Copy full SHA for 0d19208
.github/workflows/build-image.yml
@@ -52,5 +52,5 @@ jobs:
52
push: ${{ github.ref == 'refs/heads/master' }}
53
tags: ${{ steps.meta.outputs.tags }}
54
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
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
0 commit comments