Skip to content

Commit bc50a87

Browse files
committed
chore: update workflows and readme
1 parent 78b7614 commit bc50a87

File tree

6 files changed

+33
-24
lines changed

6 files changed

+33
-24
lines changed

.github/workflows/ci.yml renamed to .github/workflows/sharevb-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- main
7+
- chore/all-my-stuffs
88

99
jobs:
1010
ci:

.github/workflows/codeql-analysis.yml renamed to .github/workflows/sharevb-codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ dev ]
16+
branches: [ chore/all-my-stuffs ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ dev ]
19+
branches: [ chore/all-my-stuffs ]
2020

2121
jobs:
2222
analyze:

.github/workflows/sharevb-docker-realease.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ jobs:
5656
with:
5757
context: .
5858
push: true
59-
tags: ghcr.io/${{ github.repository_owner }}/it-tools:latest
60-
# Optionally add version tags or specific branch tags like:
61-
# tags: |
62-
# ghcr.io/${{ github.repository_owner }}/your-repo-name:latest
63-
# ghcr.io/${{ github.repository_owner }}/your-repo-name:${{ github.sha }}
59+
tags: ghcr.io/${{ github.repository_owner }}/it-tools:dev
6460

6561
# Optionally log out
6662
- name: Log out from GitHub Container Registry

.github/workflows/e2e-tests.yml renamed to .github/workflows/sharevb-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- main
6+
- chore/all-my-stuffs
77
jobs:
88
test:
99
timeout-minutes: 10

.github/workflows/releases.yml renamed to .github/workflows/sharevb-releases.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
username: ${{ github.repository_owner }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424

25-
- name: Login to Docker Hub
26-
uses: docker/login-action@v3
27-
with:
28-
username: ${{ secrets.DOCKERHUB_USERNAME }}
29-
password: ${{ secrets.DOCKERHUB_TOKEN }}
30-
3125
- name: Set up QEMU
3226
uses: docker/setup-qemu-action@v3
3327

@@ -42,10 +36,8 @@ jobs:
4236
platforms: linux/amd64,linux/arm64
4337
push: true
4438
tags: |
45-
corentinth/it-tools:latest
46-
corentinth/it-tools:${{ env.RELEASE_VERSION }}
47-
ghcr.io/corentinth/it-tools:latest
48-
ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}
39+
ghcr.io/sharevb/it-tools:latest
40+
ghcr.io/sharevb/it-tools:${{ env.RELEASE_VERSION}}
4941
5042
github-release:
5143
runs-on: ubuntu-latest
@@ -92,12 +84,9 @@ jobs:
9284
body: |
9385
## Docker images
9486
95-
- Docker Hub
96-
- `corentinth/it-tools:latest`
97-
- `corentinth/it-tools:${{ env.RELEASE_VERSION }}`
9887
- GitHub Container Registry
99-
- `ghcr.io/corentinth/it-tools:latest`
100-
- `ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}`
88+
- `ghcr.io/sharevb/it-tools:latest`
89+
- `ghcr.io/sharevb/it-tools:${{ env.RELEASE_VERSION}}`
10190
10291
## Changelog
10392

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
1+
### Check out these change here: <https://sharevb-it-tools.vercel.app/>
2+
3+
You can use my image in your docker-compose file if you want an update to date version of it-tools (with my PR and some of others) until the main branch has been updated.
4+
5+
- github action triggers on every push to this branch - [view package here](https://github.com/sharevb/it-tools/pkgs/container/it-tools)
6+
7+
(Thanks to [gitmotion](https://github.com/gitmotion/it-tools) for this model of README fork)
8+
9+
## Added features
10+
11+
Almost [all PR of it-tools](https://github.com/CorentinTh/it-tools/pulls)
12+
13+
## Installation methods
14+
15+
| Docker Image | Local Installation |
16+
|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
17+
| <span title="triple click me!">`ghcr.io/sharevb/it-tools:latest`</span> | <span title="triple click me!">`git clone -b chore/all-my-stuffs https://github.com/sharevb/it-tools.git && cd it-tools/ && pnpm i && pnpm dev`</span> |
18+
| replace your current image with this image | copy & paste oneliner (from github repo) |
19+
| You may need to clear cache and hard reload to get new features loading | Installing packages for the first time may take some time; please wait until it finishes |
20+
121
<picture>
222
<source srcset="./.github/logo-dark.png" media="(prefers-color-scheme: light)">
323
<source srcset="./.github/logo-white.png" media="(prefers-color-scheme: dark)">
424
<img src="./.github/logo-dark.png" alt="logo">
525
</picture>
626

27+
<details>
28+
729
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
830

931
## Sponsors
@@ -133,3 +155,5 @@ Contributor graph is generated using [contrib.rocks](https://contrib.rocks/previ
133155
## License
134156

135157
This project is under the [GNU GPLv3](LICENSE).
158+
159+
</details>

0 commit comments

Comments
 (0)