From 636ab02ac8bd011985c14cf6edcd1fe75caab767 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 31 Jul 2025 09:08:50 -0300 Subject: [PATCH] build image every day and change version to 10 --- .github/workflows/os.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/os.yml b/.github/workflows/os.yml index 267a05f..cf2932a 100644 --- a/.github/workflows/os.yml +++ b/.github/workflows/os.yml @@ -7,7 +7,7 @@ name: os on: schedule: - - cron: '0 5 */3 * *' # 5 am every 3rd day + - cron: '0 5 * * *' # 5 am every day push: paths: - 'Dockerfile' @@ -92,7 +92,7 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-41, ${{ steps.meta.outputs.tags }}-41.${{ steps.date.outputs.date }} + tags: ${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-10, ${{ steps.meta.outputs.tags }}-10.${{ steps.date.outputs.date }} # labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max