Skip to content

Commit

Permalink
Adjust image tag in readme and gh action file
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Oct 23, 2023
1 parent 2b0cdb3 commit 4ca86fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: meta
uses: docker/[email protected]
with:
images: ghcr.io/teaconmc/chahoutan
images: ghcr.io/${{ github.repository_owner }}/chahoutan
- name: Build and Push Docker Image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The backend of contents in Chahoutan.
## 构建和使用

```bash
docker build . -t ghcr.io/teaconmc/chahoutan
docker run --rm ghcr.io/teaconmc/chahoutan
docker build . -t ghcr.io/teaconmc/chahoutan:master
docker run --rm ghcr.io/teaconmc/chahoutan:master
```

工作目录文件:
Expand Down

0 comments on commit 4ca86fd

Please sign in to comment.