Skip to content

Commit 9eadaba

Browse files
committed
chore: use registry cache
1 parent 4299f46 commit 9eadaba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
platforms: ${{ steps.determine_platforms.outputs.platforms }}
9595
push: true
9696
tags: ${{ vars.DOCKER_HUB_ACCOUNT }}/dbc-demo:latest
97-
cache-from: type=gha
98-
cache-to: type=gha,mode=max
97+
cache-from: type=registry,ref=${{ vars.DOCKER_HUB_ACCOUNT }}/dbc-demo:latest
98+
cache-to: type=inline
9999

100100
- name: Build and push (cloud)
101101
if: ${{ inputs.builder_type != 'local' }}

0 commit comments

Comments
 (0)