Skip to content

Commit

Permalink
change docker name
Browse files Browse the repository at this point in the history
  • Loading branch information
karlTGA committed Jan 5, 2023
1 parent 94d74f0 commit 17a5006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: racemap/rust-tz-service
images: racemap/tz-service
-
name: Cache Docker layers
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project based on rust. To run it you have to install rust and cargo and the
### Docker

```
docker run -p8080:8080 racemap/rust-tz-service
docker run -p8080:8080 racemap/tz-service
```

If you want to build the container yourself, change to the project folder and run `docker build -t rust-tz-service .`. To start the container after build run `docker run -p 8080:8080 rust-tz-service`.
Expand Down

0 comments on commit 17a5006

Please sign in to comment.