mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +00:00
ci: setup local image registry for easy-install test
This commit is contained in:
parent
4e7e7c0767
commit
1e32f38316
5
.github/workflows/easy-install.yml
vendored
5
.github/workflows/easy-install.yml
vendored
@ -17,6 +17,11 @@ jobs:
|
|||||||
easy-install-setup:
|
easy-install-setup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
services:
|
||||||
|
registry:
|
||||||
|
image: registry:2
|
||||||
|
ports:
|
||||||
|
- 5000:5000
|
||||||
|
|
||||||
name: Easy Install Test
|
name: Easy Install Test
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user