mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-11-27 17:51:55 +02:00
ci: update forgejo version for release integration (#106)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/106 Co-authored-by: viceice <michael.kriese@gmx.de> Co-committed-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
e5e095057a
commit
e132301eee
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
|||
on: [ pull_request, push ]
|
||||
|
||||
|
||||
env:
|
||||
FORGEJO_VERSION: 11.0.7 # renovate: datasource=docker depName=code.forgejo.org/forgejo/forgejo
|
||||
|
||||
|
||||
jobs:
|
||||
integration:
|
||||
runs-on: self-hosted
|
||||
|
|
@ -10,7 +16,7 @@ jobs:
|
|||
with:
|
||||
user: testuser
|
||||
password: admin1234
|
||||
image-version: 9
|
||||
image-version: ${{ env.FORGEJO_VERSION }}
|
||||
|
||||
- name: push self
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue