Skip to content

Commit

Permalink
ci: point docker registry to local copy
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
  • Loading branch information
rchincha committed Nov 11, 2023
1 parent 356d628 commit 042ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-22.04
services:
registry:
image: registry:2
image: ghcr.io/project-stacker/registry:2
ports:
- 5000:5000
strategy:
Expand Down

0 comments on commit 042ec0f

Please sign in to comment.