Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nax committed Jun 17, 2024
1 parent f8ac740 commit a226cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Actor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Now the image can be pushed to your Docker registry by running the following com

``` Bash
# Replace <your-docker-registry> with your Docker registry
docket tag demo-actor:latest <your-docker-registry>/demo-actor:latest
docker tag demo-actor:latest <your-docker-registry>/demo-actor:latest

# Push the image to your Docker registry
docker push <your-docker-registry>/demo-actor:latest
Expand Down

0 comments on commit a226cff

Please sign in to comment.