feat(build-container): add docker build cache

This commit is contained in:
2026-05-26 20:25:07 +02:00
parent f528ce346b
commit 166b1db5b5
+2
View File
@@ -67,6 +67,8 @@ jobs:
provenance: false provenance: false
tags: | tags: |
${{ inputs.registry }}/${{ inputs.repo-name }}:${{ inputs.tag }}-${{ matrix.arch }} ${{ inputs.registry }}/${{ inputs.repo-name }}:${{ inputs.tag }}-${{ matrix.arch }}
cache-from: type=registry,ref=${{ inputs.registry }}/${{ inputs.repo-name }}:cache-${{ matrix.arch }}
cache-to: type=registry,ref=${{ inputs.registry }}/${{ inputs.repo-name }}:cache-${{ matrix.arch }},mode=max
create_manifest: create_manifest:
name: Create manifest name: Create manifest