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

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

View File

@ -51,6 +51,8 @@ jobs:
type=semver,pattern=v{{version}} type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}} type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}} type=semver,pattern=v{{major}}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build and export to docker - name: Build and export to docker
id: build id: build