File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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)
2
2
Maven repository that proxy artifact request to one of know project-based maven repositories
3
3
4
4
## Where to host your Maven artifacts
@@ -40,14 +40,14 @@ Create PR with changes to [index.yml](https://github.com/Heapy/repo.kotlin.link/
40
40
41
41
` ` ` bash
42
42
# 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
44
44
```
45
45
46
46
## Update instance
47
47
48
48
``` bash
49
- docker pull heapy/repo.kotlin.link:b7
49
+ docker pull ghcr.io/ heapy/repo.kotlin.link:b3
50
50
docker stop repo.kotlin.link
51
51
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
53
53
```
You can’t perform that action at this time.
0 commit comments