Target 9.0
All checks were successful
Build Docker image / Build image (push) Successful in 1m27s

This commit is contained in:
Marko Korhonen 2024-10-21 18:51:55 +03:00
parent 0b1adaade8
commit f51f1f23ea

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: 8.0
FORGEJO_VERSION: 9.0
SCHEDULED: ${{ github.event_name == 'schedule' }}
PUSHED: ${{ github.event_name == 'push' }}
REGISTRY: git.korhonen.cc