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 8181 context : ./dist/base/${{ env.IMAGE_TEMPLATE }}
8282 load : true
8383 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
8686 labels : ${{ steps.meta.outputs.labels }}
8787
8888 - name : 🧪 Test Docker image with "latest" tag
9595 platforms : linux/amd64,linux/arm64
9696 push : ${{ github.event_name != 'pull_request' }}
9797 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
100100
101101...
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:base"
5- ]
5+ ],
6+ "automerge" : true ,
7+ "platformAutomerge" : true
68}
You can’t perform that action at this time.
0 commit comments