Skip to content

Commit

Permalink
Fix CI service port
Browse files Browse the repository at this point in the history
  • Loading branch information
lann committed May 10, 2024
1 parent 93ca46b commit f871300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
services:
distribution:
image: distribution/distribution:2.8.3
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit f871300

Please sign in to comment.