Skip to content

Commit

Permalink
fix: docker deploy should be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 28, 2023
1 parent b194fd7 commit 56d0517
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-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/personal-mnemonic-medium:latest
tags: ghcr.io/martinbernstorff/personal-mnemonic-medium:latest
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker run -itd \
-v YOUR_INPUT_FOLDER_HERE:/input \
-v $HOME/ankidecks:/output \
--restart unless-stopped \
ghcr.io/personal-mnemonic-medium/personal-mnemonic-medium:latest \
ghcr.io/martinbernstorff/personal-mnemonic-medium:latest \
python application/main.py /input/ $HOME/ankidecks --watch
```

Expand Down

0 comments on commit 56d0517

Please sign in to comment.