aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-19 02:14:42 +0100
committerGravatar GitHub <[email protected]>2020-11-19 02:14:42 +0100
commit5400642655b4ee84a0e9e1f24e94fcbc9236c105 (patch)
treee96ee7dad3cc7d9b881e52181fc2c62ba364a6d1 /Pipfile
parentUpdate snekbox address in config-default.yml (diff)
parentMerge pull request #1290 from python-discord/sebastiaan/backend/improve-actio... (diff)
Merge branch 'master' into kubernetes-deploy
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 0730b9150..103ce84cf 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"