diff options
author | 2020-11-19 02:14:42 +0100 | |
---|---|---|
committer | 2020-11-19 02:14:42 +0100 | |
commit | 5400642655b4ee84a0e9e1f24e94fcbc9236c105 (patch) | |
tree | e96ee7dad3cc7d9b881e52181fc2c62ba364a6d1 /Pipfile | |
parent | Update snekbox address in config-default.yml (diff) | |
parent | Merge pull request #1290 from python-discord/sebastiaan/backend/improve-actio... (diff) |
Merge branch 'master' into kubernetes-deploy
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,8 +48,8 @@ python_version = "3.8" start = "python -m bot" lint = "pre-commit run --all-files" precommit = "pre-commit install" -build = "docker build -t pythondiscord/bot:latest -f Dockerfile ." -push = "docker push pythondiscord/bot:latest" +build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ." +push = "docker push ghcr.io/python-discord/bot:latest" test = "coverage run -m unittest" html = "coverage html" report = "coverage report" |