We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a744923 commit f73a962Copy full SHA for f73a962
1 file changed
.github/workflows/build.yml
@@ -54,8 +54,8 @@ jobs:
54
push: ${{ github.event_name != 'pull_request' }}
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
57
- cache-from: type=gha
58
- cache-to: type=gha,mode=max
+ cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
+ cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
59
env:
60
DOCKER_BUILD_RECORD_RETENTION_DAYS: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && '0' || '7' }}
61
0 commit comments