Cache docker layers
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 8m59s

This commit is contained in:
Dreaded_X 2025-03-22 05:21:29 +01:00
parent b24102a5b2
commit c167513127
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -76,6 +76,8 @@ jobs:
provenance: mode=max provenance: mode=max
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }} annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
env: env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }} SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}