File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -572,8 +572,8 @@ jobs:
572572 context : .
573573 # this container is THE PR's artifact, and we will re-tag it
574574 # once the PR has been accepted
575- cache-from : type=registry,ref=${{ steps.variables.outputs.full_image_name }}:buildcache-${{ steps.variables.outputs.application_name }}
576- cache-to : type=registry,ref=${{ steps.variables.outputs.full_image_name }}:buildcache-${{ steps.variables.outputs.application_name }},mode=max
575+ cache-from : type=registry,ref=${{ steps.variables.outputs.full_image_name }}:buildcache-${{ runner.os }}-${{ runner.arch }}-${{ steps.variables.outputs.application_name }}
576+ cache-to : type=registry,ref=${{ steps.variables.outputs.full_image_name }}:buildcache-${{ runner.os }}-${{ runner.arch }}-${{ steps.variables.outputs.application_name }},mode=max
577577 labels : ${{ steps.meta.outputs.labels }}
578578 outputs : type=oci,dest=/tmp/${{ steps.variables.outputs.unique_tag }}.tar
579579 platforms : linux/amd64, linux/arm64
You can’t perform that action at this time.
0 commit comments