We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2badb1 commit 8ddf3caCopy full SHA for 8ddf3ca
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
24
tags: compilerexplorer/${{ matrix.image }}-builder:latest
25
- cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}:latest
+ cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest
26
cache-to: type=inline,mode=max
27
file: Dockerfile.${{ matrix.image }}
28
- name: Docker Hub Image Digest
0 commit comments