summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-10-03 11:57:47 +0200
committerLukas Larsson <lukas@erlang.org>2022-10-03 11:57:47 +0200
commit1f9e974ddfd9071620a49c48a671125476406657 (patch)
tree4890e4cce4d38388835ad74cbeaa87cc4474fb7d /HOWTO
parentdc03f02242f1f859dfe5e9bee290a7c7afbdc9ca (diff)
parentc054cab11ebd064c01308462a2849453c1ee0f10 (diff)
downloaderlang-1f9e974ddfd9071620a49c48a671125476406657.tar.gz
Merge branch 'maint'
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/DEVELOPMENT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/DEVELOPMENT.md b/HOWTO/DEVELOPMENT.md
index e2a9402f96..67f8119d17 100644
--- a/HOWTO/DEVELOPMENT.md
+++ b/HOWTO/DEVELOPMENT.md
@@ -539,7 +539,7 @@ build it locally if you want to.
Using the pre-built base you build an image like this:
```bash
-docker login ghcr.io
+docker login docker.pkg.github.com
git archive --prefix otp/ -o .github/otp.tar.gz HEAD
docker build -t my_otp_image -f .github/dockerfiles/Dockerfile.64-bit .github/
```