Skip to content

Commit 0bd2a7f

Browse files
committed
turning those around, becuase it was a bit annoything that the buidlcache showed up so prominentyly.
1 parent 13ec0c8 commit 0bd2a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
context: ${{ matrix.directory }}
7474
tags: ${{ steps.meta.outputs.tags }}
7575
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
76+
cache-from: type=registry,ref=${{ env.REGISTRY }}/mmbase/buildcache:${{ matrix.directory }}
77+
cache-to: type=registry,ref=${{ env.REGISTRY }}/mmbase/buildcache:${{ matrix.directory }},mode=max
7878
platforms: linux/amd64,linux/arm64
7979
build-args: |
8080
JAVA_VERSION=${{ matrix.java }}

0 commit comments

Comments
 (0)