Skip to content

Commit 302f22d

Browse files
Update .github/workflows/docker.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8bca10e commit 302f22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}
2626

2727
- name: Start registry
28-
docker run -d -p 5000:5000 registry:2
28+
run: docker run -d -p 5000:5000 registry:2
2929

3030
- name: Checkout
3131
uses: actions/checkout@v5

0 commit comments

Comments
 (0)