mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-06 03:55:50 -05:00
use a different IP prefix in nested forgejo instances
This commit is contained in:
parent
c00160628d
commit
d12e05c347
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ jobs:
|
|||
with:
|
||||
user: testuser
|
||||
password: admin1234
|
||||
lxc-ip-prefix: 10.0.15
|
||||
- id: testrepo
|
||||
run: |
|
||||
forgejo-test-helper.sh push testrepo http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser testrepo > /tmp/output
|
||||
|
|
Loading…
Reference in a new issue