Skip to content

Commit

Permalink
Run local registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Apr 29, 2024
1 parent 7315880 commit 2dc16f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
for k, v in outputs.items():
out.write(f'{k}={v}\n')
- name: Run local registry
run: docker run --rm -d -p 5000:5000 registry:2

- uses: actions/checkout@v4
# QEMU is used for non-x86_64 builds
- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 2dc16f2

Please sign in to comment.