Skip to content

Commit

Permalink
ci: setup local image registry for easy-install test
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Oct 27, 2024
1 parent 4e7e7c0 commit 1e32f38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/easy-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e32f38

Please sign in to comment.