build image every day and change version to 10

This commit is contained in:
Anders Rytter Hansen 2025-07-31 09:08:50 -03:00
commit 636ab02ac8

View file

@ -7,7 +7,7 @@ name: os
on: on:
schedule: schedule:
- cron: '0 5 */3 * *' # 5 am every 3rd day - cron: '0 5 * * *' # 5 am every day
push: push:
paths: paths:
- 'Dockerfile' - 'Dockerfile'
@ -92,7 +92,7 @@ jobs:
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} 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 }} # labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max