Target 10.0
Some checks failed
Build Docker image / Build image (push) Has been cancelled

This commit is contained in:
Marko Korhonen 2025-04-07 15:34:49 -05:00
parent f51f1f23ea
commit 505748309e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -11,7 +11,7 @@ jobs:
runs-on: docker
if: env.SCHEDULED == 'true' || !contains(github.event.commits[0].message, '[skip ci]')
env:
FORGEJO_VERSION: 9.0
FORGEJO_VERSION: 10.0
SCHEDULED: ${{ github.event_name == 'schedule' }}
PUSHED: ${{ github.event_name == 'push' }}
REGISTRY: git.korhonen.cc