Skip to content

Commit

Permalink
fix: repository name must be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Wybxc committed Jun 14, 2024
1 parent 42b3c78 commit 3024b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/PKUOriginalFire/pot-bot:latest
tags: ghcr.io/pkuoriginalfire/pot-bot:latest
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ services:
pot:
volumes:
- ./pot:/app/data
image: ghcr.io/PKUOriginalFire/pot-bot:latest
image: ghcr.io/pkuoriginalfire/pot-bot:latest

0 comments on commit 3024b76

Please sign in to comment.