File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ jobs:
87
87
# Cache from the default branch of the canonical repo so forks can have cache hits.
88
88
# Ignore errors on cache writes so CI of forks works without a valid GHCR config.
89
89
cache-from : |
90
- type=registry,ref=ghcr.io/indygreg/ ${{ github.repository }}:${{ matrix.image }}-${{ github.ref_name }}
91
- type=registry,ref=ghcr.io/indygreg/ ${{ github.repository }}:${{ matrix.image }}-main
90
+ type=registry,ref=ghcr.io/${{ github.repository }}:${{ matrix.image }}-${{ github.ref_name }}
91
+ type=registry,ref=ghcr.io/${{ github.repository }}:${{ matrix.image }}-main
92
92
type=registry,ref=ghcr.io/indygreg/python-build-standalone:${{ matrix.image }}-main
93
93
cache-to : |
94
- type=registry,ref=ghcr.io/indygreg/ ${{ github.repository }}:${{ matrix.image }}-${{ github.ref_name }},ignore-errors=true
94
+ type=registry,ref=ghcr.io/${{ github.repository }}:${{ matrix.image }}-${{ github.ref_name }},ignore-errors=true
95
95
outputs : |
96
96
type=docker,dest=build/image-${{ matrix.image }}.tar
97
97
You can’t perform that action at this time.
0 commit comments