From 6853b6389a9ccdd7ab9e8fecb7d3073b93793082 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 12 Jan 2024 00:08:02 -0300 Subject: [PATCH] ci: activar cache --- .github/workflows/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2a1bcfa..4c3a5eb 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -81,3 +81,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max