Merge pull request #28 from TheTechNetwork/staging

Staging
This commit is contained in:
elibrody 2024-01-10 18:55:19 -05:00 committed by GitHub
commit a2e422d92e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 25 deletions

View file

@ -13,10 +13,10 @@ name: "CodeQL"
on: on:
push: push:
branches: [ dev ] branches: [ renovate ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ dev ] branches: [ renovate ]
jobs: jobs:
analyze: analyze:

View file

@ -42,10 +42,10 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
corentinth/it-tools:latest TheTechNetwork/it-tools:latest
corentinth/it-tools:${{ env.RELEASE_VERSION }} TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }}
ghcr.io/corentinth/it-tools:latest ghcr.io/TheTechNetwork/it-tools:latest
ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}} ghcr.io/TheTechNetwork/it-tools:${{ env.RELEASE_VERSION}}
github-release: github-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -93,11 +93,11 @@ jobs:
## Docker images ## Docker images
- Docker Hub - Docker Hub
- `corentinth/it-tools:latest` - `thetechnetwork/it-tools:latest`
- `corentinth/it-tools:${{ env.RELEASE_VERSION }}` - `thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}`
- GitHub Container Registry - GitHub Container Registry
- `ghcr.io/corentinth/it-tools:latest` - `ghcr.io/thetechnetwork/it-tools:latest`
- `ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}` - `ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}}`
## Changelog ## Changelog

View file

@ -5,7 +5,7 @@
<link rel="icon" href="favicon.ico" /> <link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IT Tools - Handy online tools for developers</title> <title>IT Tools - Handy online tools for developers</title>
<meta itemprop="name" content="Dev - IT Tools - Handy online tools for developers" /> <meta itemprop="name" content="IT Tools - Handy online tools for developers" />
<meta <meta
name="description" name="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." 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."
@ -15,7 +15,7 @@
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." 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."
/> />
<link rel="author" href="humans.txt" /> <link rel="author" href="humans.txt" />
<link rel="canonical" href="https://it-tools.tech" /> <link rel="canonical" href="https://tools.thetech.network" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
@ -24,14 +24,14 @@
<meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" /> <meta name="theme-color" content="#ffffff" />
<meta property="og:url" content="https://it-tools.tech/" /> <meta property="og:url" content="https://tools.thetech.network/" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:title" content="IT Tools - Handy online tools for developers" /> <meta property="og:title" content="IT Tools - Handy online tools for developers" />
<meta <meta
property="og:description" property="og: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." 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."
/> />
<meta property="og:image" content="https://it-tools.tech/banner.png?v=2" /> <meta property="og:image" content="https://tools.thetech.network/banner.png?v=2" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ittoolsdottech" /> <meta name="twitter:site" content="@ittoolsdottech" />
@ -42,8 +42,8 @@
name="twitter:description" 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." 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."
/> />
<meta name="twitter:image" content="https://it-tools.tech/banner.png?v=2" /> <meta name="twitter:image" content="https://tools.thetech.network/banner.png?v=2" />
<meta name="twitter:image:alt" content="Dev - IT Tools - Handy online tools for developers" /> <meta name="twitter:image:alt" content="IT Tools - Handy online tools for developers" />
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View file

@ -1,4 +1,3 @@
/* TEAM */ /* TEAM */
Developer: Corentin Thomasset Developer: TheTechNetwork
Site: https://github.com/CorentinTh Site: https://github.com/TheTechNetwork
Twitter: @cthmsst

View file

@ -11,7 +11,7 @@ const { isDarkTheme } = toRefs(styleStore);
<c-button <c-button
circle circle
variant="text" variant="text"
href="https://github.com/CorentinTh/it-tools" href="https://github.com/TheTechNetwork"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
:aria-label="$t('home.nav.githubRepository')" :aria-label="$t('home.nav.githubRepository')"
@ -24,7 +24,7 @@ const { isDarkTheme } = toRefs(styleStore);
<c-button <c-button
circle circle
variant="text" variant="text"
href="https://twitter.com/ittoolsdottech" href="https://twitter.com/is_that_merican"
rel="noopener" rel="noopener"
target="_blank" target="_blank"
:aria-label="$t('home.nav.twitterAccount')" :aria-label="$t('home.nav.twitterAccount')"

View file

@ -63,7 +63,7 @@ const tools = computed<ToolCategory[]>(() => [
<div> <div>
IT-Tools IT-Tools
<c-link target="_blank" rel="noopener" :href="`https://github.com/CorentinTh/it-tools/tree/v${version}`"> <c-link target="_blank" rel="noopener" :href="`https://github.com/TheTechNetwork/it-tools/tree/v${version}`">
v{{ version }} v{{ version }}
</c-link> </c-link>
@ -73,7 +73,7 @@ const tools = computed<ToolCategory[]>(() => [
target="_blank" target="_blank"
rel="noopener" rel="noopener"
type="primary" type="primary"
:href="`https://github.com/CorentinTh/it-tools/tree/${commitSha}`" :href="`https://github.com/TheTechNetwork/it-tools/tree/${commitSha}`"
> >
{{ commitSha }} {{ commitSha }}
</c-link> </c-link>
@ -81,8 +81,8 @@ const tools = computed<ToolCategory[]>(() => [
</div> </div>
<div> <div>
© {{ new Date().getFullYear() }} © {{ new Date().getFullYear() }}
<c-link target="_blank" rel="noopener" href="https://github.com/CorentinTh"> <c-link target="_blank" rel="noopener" href="https://github.com/TheTechNetwork">
Corentin Thomasset The Tech Network
</c-link> </c-link>
</div> </div>
</div> </div>