From e3944d253bc278e5f28ebe74cc2aec1dd8e717c9 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Mon, 5 Jan 2026 15:04:46 -0300 Subject: [PATCH] change to only build 3 times a month. caching stopped working so enable squashing to make the image smaller in one layer instead of multiple layers --- .github/workflows/os.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/os.yml b/.github/workflows/os.yml index cf2932a..1eccb57 100644 --- a/.github/workflows/os.yml +++ b/.github/workflows/os.yml @@ -7,7 +7,7 @@ name: os on: schedule: - - cron: '0 5 * * *' # 5 am every day + - cron: '0 5 8,18,28 * *' # 5 am three times every month push: paths: - 'Dockerfile' @@ -96,6 +96,7 @@ jobs: # labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max + squash: true # Sign the resulting Docker image digest except on PRs.