feat(build-container): add docker build cache (#5)
Release / Release (push) Successful in 5s

Reviewed-on: #5
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #5.
This commit is contained in:
2026-05-26 20:25:19 +02:00
committed by t.behrendt
parent f528ce346b
commit ad7d57bb83
+2
View File
@@ -67,6 +67,8 @@ jobs:
provenance: false
tags: |
${{ 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:
name: Create manifest