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 d5c9216 commit 5480205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Start local Docker registry
if: ${{ github.event_name == 'pull_request' }}
shell: /bin/bash
shell: bash
run: |
docker inspect registry > /dev/null || docker run --rm -d -p 5000:5000 --name registry registry:2
Expand Down

0 comments on commit 5480205

Please sign in to comment.