2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-06 23:44:03 +00:00

ci: setup local image registry for easy-install test

This commit is contained in:
Revant Nandgaonkar 2024-10-27 15:41:23 +05:30
parent 4e7e7c0767
commit 1e32f38316

View File

@ -17,6 +17,11 @@ jobs:
easy-install-setup:
runs-on: ubuntu-latest
timeout-minutes: 60
services:
registry:
image: registry:2
ports:
- 5000:5000
name: Easy Install Test
steps: