File 6083-Update-DEVELOPMENT.md.patch of Package erlang

From 645cf36ac44c60583c072c7b261d6d340480bece Mon Sep 17 00:00:00 2001
From: Tom <TD5@users.noreply.github.com>
Date: Wed, 1 Mar 2023 15:08:55 +0000
Subject: [PATCH 3/5] Update DEVELOPMENT.md

---
 HOWTO/DEVELOPMENT.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/HOWTO/DEVELOPMENT.md b/HOWTO/DEVELOPMENT.md
index 67f8119d17..b9be3026e1 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 docker.pkg.github.com
+docker login ghcr.io
 git archive --prefix otp/ -o .github/otp.tar.gz HEAD
 docker build -t my_otp_image -f .github/dockerfiles/Dockerfile.64-bit .github/
 ```
@@ -550,7 +550,7 @@ in order to fetch the base image. If you want to build the base image locally
 you can do that like this:
 
 ```bash
-docker build -t docker.pkg.github.com/erlang/otp/ubuntu-base \
+docker build -t ghcr.io/erlang/otp/ubuntu-base \
   --build-arg BASE=ubuntu --build-arg USER=otptest --build-arg uid=$(id -u) \
   --build-arg GROUP=uucp --build-arg gid=$(id -g) \
   -f .github/dockerfiles/Dockerfile.ubuntu-base .github/
-- 
2.35.3

openSUSE Build Service is sponsored by