aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-19 01:10:22 +0100
committerGravatar GitHub <[email protected]>2020-11-19 01:10:22 +0100
commit1da131ae4c4d8688fa8c61fd6849a950b18c5142 (patch)
tree73c0ef921e18e23f26accf42ba3ea49cbd635da0 /Pipfile
parentMerge pull request #1245 - global bot instance (diff)
parentAdd comment explaining buildx to workflow (diff)
Merge pull request #1290 from python-discord/sebastiaan/backend/improve-actions-workflow
Ensure flake8 actually lints pull requests
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"