Skip to content

Commit 477a991

Browse files
Edward-Knightindygreg
authored andcommitted
ci: remove extra "indygreg" segment from cached Docker image name
1 parent 459824e commit 477a991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ jobs:
8787
# Cache from the default branch of the canonical repo so forks can have cache hits.
8888
# Ignore errors on cache writes so CI of forks works without a valid GHCR config.
8989
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
9292
type=registry,ref=ghcr.io/indygreg/python-build-standalone:${{ matrix.image }}-main
9393
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
9595
outputs: |
9696
type=docker,dest=build/image-${{ matrix.image }}.tar
9797

0 commit comments

Comments
 (0)