File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
load : true
52
52
target : dev
53
53
tags : ${{ env.TEST_TAG }}
54
- cache-from : type=gha
55
- cache-to : type=gha ,mode=max
54
+ cache-from : type=registry,ref=${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-cache:buildcache
55
+ cache-to : type=registry,ref=${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-cache:buildcache ,mode=max
56
56
57
57
# This is a barrier check to make sure we push a functional
58
58
# docker image, we can avoid linting
@@ -137,8 +137,8 @@ jobs:
137
137
outputs : type=image,push-by-digest=true,name-canonical=true,push=true
138
138
tags : ${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-${{ matrix.docker_target }}
139
139
labels : ${{ steps.meta.outputs.labels }}
140
- cache-from : type=gha
141
- cache-to : type=gha ,mode=max
140
+ cache-from : type=registry,ref=${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-cache:buildcache
141
+ cache-to : type=registry,ref=${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-cache:buildcache ,mode=max
142
142
143
143
- name : Export digest
144
144
run : |
You can’t perform that action at this time.
0 commit comments