We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ec0c8 commit 0bd2a7fCopy full SHA for 0bd2a7f
.github/workflows/docker-publish.yml
@@ -73,8 +73,8 @@ jobs:
73
context: ${{ matrix.directory }}
74
tags: ${{ steps.meta.outputs.tags }}
75
labels: ${{ steps.meta.outputs.labels }}
76
- cache-from: type=registry,ref=${{ env.REGISTRY }}/mmbase/${{ matrix.directory }}:buildcache
77
- cache-to: type=registry,ref=${{ env.REGISTRY }}/mmbase/${{ matrix.directory }}:buildcache,mode=max
+ cache-from: type=registry,ref=${{ env.REGISTRY }}/mmbase/buildcache:${{ matrix.directory }}
+ cache-to: type=registry,ref=${{ env.REGISTRY }}/mmbase/buildcache:${{ matrix.directory }},mode=max
78
platforms: linux/amd64,linux/arm64
79
build-args: |
80
JAVA_VERSION=${{ matrix.java }}
0 commit comments