Update to 7.0
All checks were successful
Build Docker image / Build image (push) Successful in 48s

This commit is contained in:
Marko Korhonen 2024-04-24 22:31:08 +03:00
parent b1e059456a
commit bd2aa1d13f
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: 1.21
FORGEJO_VERSION: 7.0
SCHEDULED: ${{ github.event_name == 'schedule' }}
PUSHED: ${{ github.event_name == 'push' }}
REGISTRY: git.korhonen.cc