Skip to content

Commit 2800b33

Browse files
committed
fix(): use github example for matrix build
1 parent af15b95 commit 2800b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-self-host-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ jobs:
151151
labels: ${{ steps.meta.outputs.labels }}
152152
tags: ${{ env.WEB_IMAGE }}
153153
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
154-
cache-from: type=registry,ref=ghcr.io/omnivore-app/sh-web:cache-${{matrix.platform}}
155-
cache-to: type=registry,ref=ghcr.io/omnivore-app/sh-web:cache-${{matrix.platform}},mode=max
154+
cache-from: type=registry,ref=ghcr.io/omnivore-app/sh-web-${{matrix.platform}}:cache
155+
cache-to: type=registry,ref=ghcr.io/omnivore-app/sh-web-${{matrix.platform}}:cache,mode=max
156156
- name: Export digest
157157
run: |
158158
mkdir -p ${{ runner.temp }}/digests

0 commit comments

Comments
 (0)