mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
commit
a5707bf6d0
2 changed files with 6 additions and 6 deletions
8
.github/workflows/releases.yml
vendored
8
.github/workflows/releases.yml
vendored
|
@ -42,10 +42,10 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
TheTechNetwork/it-tools:latest
|
||||
TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }}
|
||||
ghcr.io/TheTechNetwork/it-tools:latest
|
||||
ghcr.io/TheTechNetwork/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
|
||||
|
|
|
@ -20,14 +20,14 @@ const { t } = useI18n();
|
|||
<ColoredCard :title="$t('home.follow.title')" :icon="Heart">
|
||||
{{ $t('home.follow.p1') }}
|
||||
<a
|
||||
href="https://github.com/CorentinTh/it-tools"
|
||||
href="https://github.com/TheTechNetwork/it-tools"
|
||||
rel="noopener"
|
||||
target="_blank"
|
||||
:aria-label="$t('home.follow.githubRepository')"
|
||||
>GitHub</a>
|
||||
{{ $t('home.follow.p2') }}
|
||||
<a
|
||||
href="https://twitter.com/ittoolsdottech"
|
||||
href="https://twitter.com/is_that_merican"
|
||||
rel="noopener"
|
||||
target="_blank"
|
||||
:aria-label="$t('home.follow.twitterAccount')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue