Add docker build cache

This commit is contained in:
Zoe Roux 2024-01-28 21:12:35 +01:00
parent 2374c2d22e
commit a8e4b74fba

View File

@ -78,6 +78,8 @@ jobs:
VERSION=0.0.0
push: ${{env.SHOULD_PUSH}}
tags: ${{steps.meta.outputs.tags}}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Sync README.MD
if: env.SHOULD_PUSH == 'true'