mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-02-04 14:58:08 +00:00
Merge branch 'main' into renovate/forgejo-release-notes-assistant-1.x
This commit is contained in:
commit
271dec9716
1 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,10 @@
|
||||||
#
|
#
|
||||||
name: two Forgejo
|
name: two Forgejo
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
FORGEJO_VERSION: 11.0.9 # renovate: datasource=docker depName=code.forgejo.org/forgejo/forgejo
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup-forgejo:
|
setup-forgejo:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
@ -17,7 +21,7 @@ jobs:
|
||||||
user: testuser
|
user: testuser
|
||||||
password: admin1234
|
password: admin1234
|
||||||
lxc-ip-prefix: 10.0.15
|
lxc-ip-prefix: 10.0.15
|
||||||
image-version: 1.20
|
image-version: ${{ env.FORGEJO_VERSION }}
|
||||||
- id: testrepo
|
- id: testrepo
|
||||||
run: |
|
run: |
|
||||||
url=http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }}
|
url=http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue