Skip to content

Commit 70b838b

Browse files
committed
Update readme point to ghcr
1 parent 38f9ed7 commit 70b838b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# repo.kotlin.link [![Build Status](https://travis-ci.com/Heapy/repo.kotlin.link.svg?branch=main)](https://travis-ci.com/Heapy/repo.kotlin.link) ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/heapy/repo.kotlin.link?sort=semver)
1+
# repo.kotlin.link [![Build](https://github.com/Heapy/repo.kotlin.link/actions/workflows/build.yml/badge.svg)](https://github.com/Heapy/repo.kotlin.link/actions/workflows/build.yml) [![Docker Image Version](https://img.shields.io/badge/Github-Container%20Registry-orange)](https://github.com/orgs/Heapy/packages/container/package/repo.kotlin.link)
22
Maven repository that proxy artifact request to one of know project-based maven repositories
33

44
## Where to host your Maven artifacts
@@ -40,14 +40,14 @@ Create PR with changes to [index.yml](https://github.com/Heapy/repo.kotlin.link/
4040
4141
```bash
4242
# Run
43-
docker run --detach --name repo.kotlin.link --restart=always -p 0.0.0.0:8092:8080 heapy/repo.kotlin.link:b7
43+
docker run --detach --name repo.kotlin.link --restart=always -p 0.0.0.0:8092:8080 ghcr.io/heapy/repo.kotlin.link:b3
4444
```
4545

4646
## Update instance
4747

4848
```bash
49-
docker pull heapy/repo.kotlin.link:b7
49+
docker pull ghcr.io/heapy/repo.kotlin.link:b3
5050
docker stop repo.kotlin.link
5151
docker rm repo.kotlin.link
52-
docker run --detach --name repo.kotlin.link --restart=always -p 0.0.0.0:8092:8080 heapy/repo.kotlin.link:b7
52+
docker run --detach --name repo.kotlin.link --restart=always -p 0.0.0.0:8092:8080 ghcr.io/heapy/repo.kotlin.link:b3
5353
```

0 commit comments

Comments
 (0)