Bump version to newest (2.10)
Some checks failed
Build Docker image / Build image (push) Failing after 10s

This commit is contained in:
Marko Korhonen 2025-06-07 16:54:32 -05:00
parent 85befc572f
commit 434694be18
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -12,7 +12,7 @@ jobs:
if: env.SCHEDULED == 'true' || !contains(github.event.commits[0].message, '[skip ci]') if: env.SCHEDULED == 'true' || !contains(github.event.commits[0].message, '[skip ci]')
env: env:
VERSION: 2.9 VERSION: 2.10
SCHEDULED: ${{ github.event_name == 'schedule' }} SCHEDULED: ${{ github.event_name == 'schedule' }}
PUSHED: ${{ github.event_name == 'push' }} PUSHED: ${{ github.event_name == 'push' }}
REGISTRY: git.korhonen.ccc REGISTRY: git.korhonen.ccc