File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 88env :
99 REGISTRY : ghcr.io
1010 IMAGE_NAME : ${{ github.repository }}
11- CACHE_IMAGE_NAME : ${{ github.repository_owner }}/${{ github.event.repository.name }}
1211
1312jobs :
1413 build-and-push :
5251 platforms : linux/amd64,linux/arm64
5352 tags : ${{ steps.meta.outputs.tags }}
5453 labels : ${{ steps.meta.outputs.labels }}
55- cache-from : |
56- type=gha,scope=${{ github.workflow }}
57- type=registry,ref=${{ env.REGISTRY }}/${{ format(lower(env.CACHE_IMAGE_NAME)) }}:buildcache
58- cache-to : |
59- type=gha,scope=${{ github.workflow }},mode=max
60- type=registry,ref=${{ env.REGISTRY }}/${{ format(lower(env.CACHE_IMAGE_NAME)) }}:buildcache,mode=max
54+ cache-from : type=gha
55+ cache-to : type=gha,mode=max
6156 provenance : mode=max
62- sbom : true
57+ sbom : true
You can’t perform that action at this time.
0 commit comments