We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0026ec commit 38f8201Copy full SHA for 38f8201
.github/workflows/docker.yml
@@ -100,5 +100,9 @@ jobs:
100
tags: ${{ steps.meta.outputs.tags }}
101
labels: ${{ steps.meta.outputs.labels }}
102
platforms: linux/amd64,linux/arm64/v8
103
- cache-from: type=gha
104
- cache-to: type=gha,mode=max
+ cache-from: |
+ type=gha,scope=${{ github.workflow }}
105
+ type=registry,ref=ghcr.io/${{ env.REGISTRY_USER }}/${{ env.IMAGE }}:buildcache
106
+ cache-to: |
107
+ type=gha,scope=${{ github.workflow }},mode=max
108
+ type=registry,ref=ghcr.io/${{ env.REGISTRY_USER }}/${{ env.IMAGE }}:buildcache,mode=max
0 commit comments