Skip to content

Commit 88e0b51

Browse files
committed
docs: update readme
ref: #33 #32
1 parent 3098ae6 commit 88e0b51

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
env:
1919
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 # see https://github.com/nofusscomputing/action_python/issues/10
2020
DOCKER_BUILD_REGISTRY: ghcr.io
21-
DOCKER_BUILD_IMAGE_NAME: "nofusscomputing/${{ github.repository }}"
21+
DOCKER_BUILD_IMAGE_NAME: "nofusscomputing/bind"
2222
DOCKER_BUILD_IMAGE_TAG: ${{ github.sha }}
2323
DOCKER_BUILD_USERNAME: ${{ github.actor }}
2424
DOCKER_BUILD_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,35 @@
55

66
<br>
77

8-
![Project Status - Active](https://img.shields.io/badge/Project%20Status-Active-green?logo=gitlab&style=plastic)
8+
![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fnofusscomputing%2Fdocker-bind%2Frefs%2Fheads%2Fdevelopment%2F.centurion%2Fproject_status.json)
99

1010
<br>
1111

12-
![Gitlab forks count](https://img.shields.io/badge/dynamic/json?label=Forks&query=%24.forks_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F52098058%2F&color=ff782e&logo=gitlab&style=plastic) ![Gitlab stars](https://img.shields.io/badge/dynamic/json?label=Stars&query=%24.star_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F52098058%2F&color=ff782e&logo=gitlab&style=plastic) [![Open Issues](https://img.shields.io/badge/dynamic/json?color=ff782e&logo=gitlab&style=plastic&label=Open%20Issues&query=%24.statistics.counts.opened&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F52098058%2Fissues_statistics)](https://gitlab.com/nofusscomputing/projects/docker-bind/-/issues)
12+
![GitHub forks](https://img.shields.io/github/forks/NofussComputing/docker-bind?logo=github&style=plastic&color=000000&labell=Forks) ![GitHub stars](https://img.shields.io/github/stars/NofussComputing/docker-bind?color=000000&logo=github&style=plastic) ![Github Watchers](https://img.shields.io/github/watchers/NofussComputing/docker-bind?color=000000&label=Watchers&logo=github&style=plastic)
1313

1414

15+
![Gitlab forks count](https://img.shields.io/badge/dynamic/json?label=Forks&query=%24.forks_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F52098058%2F&color=ff782e&logo=gitlab&style=plastic) ![Gitlab stars](https://img.shields.io/badge/dynamic/json?label=Stars&query=%24.star_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F52098058%2F&color=ff782e&logo=gitlab&style=plastic) [![Open Issues](https://img.shields.io/badge/dynamic/json?color=ff782e&logo=gitlab&style=plastic&label=Open%20Issues&query=%24.statistics.counts.opened&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F52098058%2Fissues_statistics)](https://gitlab.com/nofusscomputing/projects/docker-bind/-/issues)
1516

16-
![GitHub forks](https://img.shields.io/github/forks/NofussComputing/docker-nind?logo=github&style=plastic&color=000000&labell=Forks) ![GitHub stars](https://img.shields.io/github/stars/NofussComputing/docker-nind?color=000000&logo=github&style=plastic) ![Github Watchers](https://img.shields.io/github/watchers/NofussComputing/docker-nind?color=000000&label=Watchers&logo=github&style=plastic)
1717
<br>
1818

19-
This project is hosted on [gitlab](https://gitlab.com/nofusscomputing/projects/docker-bind) and has a read-only copy hosted on [Github](https://github.com/NofussComputing/docker-bind).
19+
This project is hosted on our [Gitea](https://nofusscomputing.com/git/docker/bind) instance and has a read-only copy hosted on [Github](https://github.com/NofussComputing/docker-bind) and [gitlab](https://gitlab.com/nofusscomputing/projects/docker-bind).
2020

2121
----
2222

23-
**Stable Branch**
24-
25-
![Gitlab build status - stable](https://img.shields.io/badge/dynamic/json?color=ff782e&label=Build&query=0.status&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F52098058%2Fpipelines%3Fref%3Dmaster&logo=gitlab&style=plastic) ![branch release version](https://img.shields.io/badge/dynamic/yaml?color=ff782e&logo=gitlab&style=plastic&label=Release&query=%24.commitizen.version&url=https%3A//gitlab.com/nofusscomputing/projects/docker-bind%2F-%2Fraw%2Fmaster%2F.cz.yaml)
26-
27-
----
28-
29-
**Development Branch**
30-
31-
![Gitlab build status - development](https://img.shields.io/badge/dynamic/json?color=ff782e&label=Build&query=0.status&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F52098058%2Fpipelines%3Fref%3Ddevelopment&logo=gitlab&style=plastic) ![branch release version](https://img.shields.io/badge/dynamic/yaml?color=ff782e&logo=gitlab&style=plastic&label=Release&query=%24.commitizen.version&url=https%3A//gitlab.com/nofusscomputing/projects/docker-bind%2F-%2Fraw%2Fdevelopment%2F.cz.yaml)
32-
33-
----
3423
<br>
3524

3625
</div>
3726

3827
links:
3928

40-
- [Issues](https://gitlab.com/nofusscomputing/projects/docker-bind/-/issues)
29+
- [Issues](https://nofusscomputing.com/git/docker/bind/issues)
4130

42-
- [Merge Requests (Pull Requests)](https://gitlab.com/nofusscomputing/projects/docker-bind/-/merge_requests)
31+
- [Merge Requests (Pull Requests)](https://nofusscomputing.com/git/docker/bind/pulls)
4332

4433

4534

4635
## Contributing
47-
All contributions for this project must conducted from [Gitlab](https://gitlab.com/nofusscomputing/projects/docker-bind).
36+
All contributions for this project must conducted from our [Gitea](https://nofusscomputing.com/git/docker/bind) instance.
4837

4938
For further details on contributing please refer to the [contribution guide](CONTRIBUTING.md).
5039

0 commit comments

Comments
 (0)