ci: enable docker/build-push-action github actions cache (forgejo actions compatible)

This commit is contained in:
Fijxu 2025-04-15 19:25:35 -04:00
parent 75d7b8a56e
commit 656f4b2873
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -75,3 +75,5 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max