diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cc414dba..411183bb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ dev ] + branches: [ renovate ] pull_request: # The branches below must be a subset of the branches above - branches: [ dev ] + branches: [ renovate ] jobs: analyze: diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index ceeddcbc..a010885d 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -42,10 +42,10 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - corentinth/it-tools:latest - corentinth/it-tools:${{ env.RELEASE_VERSION }} - ghcr.io/corentinth/it-tools:latest - ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}} + TheTechNetwork/it-tools:latest + TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }} + ghcr.io/TheTechNetwork/it-tools:latest + ghcr.io/TheTechNetwork/it-tools:${{ env.RELEASE_VERSION}} github-release: runs-on: ubuntu-latest @@ -93,11 +93,11 @@ jobs: ## Docker images - Docker Hub - - `corentinth/it-tools:latest` - - `corentinth/it-tools:${{ env.RELEASE_VERSION }}` + - `thetechnetwork/it-tools:latest` + - `thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}` - GitHub Container Registry - - `ghcr.io/corentinth/it-tools:latest` - - `ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}` + - `ghcr.io/thetechnetwork/it-tools:latest` + - `ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}}` ## Changelog diff --git a/index.html b/index.html index cf54eab8..272eaf88 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ IT Tools - Handy online tools for developers - + - + @@ -24,14 +24,14 @@ - + - + @@ -42,8 +42,8 @@ name="twitter:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> - - + +
diff --git a/public/humans.txt b/public/humans.txt index d5d49e2b..d2b37182 100644 --- a/public/humans.txt +++ b/public/humans.txt @@ -1,4 +1,3 @@ /* TEAM */ -Developer: Corentin Thomasset -Site: https://github.com/CorentinTh -Twitter: @cthmsst \ No newline at end of file +Developer: TheTechNetwork +Site: https://github.com/TheTechNetwork diff --git a/src/components/NavbarButtons.vue b/src/components/NavbarButtons.vue index cfc58cdd..a3389f01 100644 --- a/src/components/NavbarButtons.vue +++ b/src/components/NavbarButtons.vue @@ -11,7 +11,7 @@ const { isDarkTheme } = toRefs(styleStore); (() => [
IT-Tools - + v{{ version }} @@ -73,7 +73,7 @@ const tools = computed(() => [ target="_blank" rel="noopener" type="primary" - :href="`https://github.com/CorentinTh/it-tools/tree/${commitSha}`" + :href="`https://github.com/TheTechNetwork/it-tools/tree/${commitSha}`" > {{ commitSha }} @@ -81,8 +81,8 @@ const tools = computed(() => [
© {{ new Date().getFullYear() }} - - Corentin Thomasset + + The Tech Network