Skip to content

Commit 8ddf3ca

Browse files
committed
Another oops
1 parent e2badb1 commit 8ddf3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
2424
tags: compilerexplorer/${{ matrix.image }}-builder:latest
25-
cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}:latest
25+
cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest
2626
cache-to: type=inline,mode=max
2727
file: Dockerfile.${{ matrix.image }}
2828
- name: Docker Hub Image Digest

0 commit comments

Comments
 (0)