Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jun 29, 2024
1 parent 5480205 commit 096c1ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
shell: bash
run: |
set -x
docker inspect registry > /dev/null || docker run --rm -d -p 5000:5000 --name registry registry:2
check_ready() {
Expand Down

0 comments on commit 096c1ff

Please sign in to comment.