File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 81
81
context : ./dist/base/${{ env.IMAGE_TEMPLATE }}
82
82
load : true
83
83
tags : ${{ steps.meta.outputs.tags }}
84
- cache-from : type=registry,ref=${{ env.IMAGE_TAG }}
85
- cache-to : type=inline
84
+ cache-from : type=gha
85
+ cache-to : type=gha,mode=max
86
86
labels : ${{ steps.meta.outputs.labels }}
87
87
88
88
- name : 🧪 Test Docker image with "latest" tag
95
95
platforms : linux/amd64,linux/arm64
96
96
push : ${{ github.event_name != 'pull_request' }}
97
97
tags : ${{ steps.meta.outputs.tags }}
98
- cache-from : type=registry,ref=${{ env.IMAGE_TAG }}
99
- cache-to : type=inline
98
+ cache-from : type=gha
99
+ cache-to : type=gha,mode=max
100
100
101
101
...
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
4
" config:base"
5
- ]
5
+ ],
6
+ "automerge" : true ,
7
+ "platformAutomerge" : true
6
8
}
You can’t perform that action at this time.
0 commit comments