We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eadaba commit f667b74Copy full SHA for f667b74
.github/workflows/ci.yaml
@@ -94,8 +94,8 @@ jobs:
94
platforms: ${{ steps.determine_platforms.outputs.platforms }}
95
push: true
96
tags: ${{ vars.DOCKER_HUB_ACCOUNT }}/dbc-demo:latest
97
- cache-from: type=registry,ref=${{ vars.DOCKER_HUB_ACCOUNT }}/dbc-demo:latest
98
- cache-to: type=inline
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
99
100
- name: Build and push (cloud)
101
if: ${{ inputs.builder_type != 'local' }}
0 commit comments