mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 22:07: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
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
TheTechNetwork/it-tools:latest
|
thetechnetwork/it-tools:latest
|
||||||
TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }}
|
thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}
|
||||||
ghcr.io/TheTechNetwork/it-tools:latest
|
ghcr.io/thetechnetwork/it-tools:latest
|
||||||
ghcr.io/TheTechNetwork/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
|
||||||
|
|
|
@ -20,14 +20,14 @@ const { t } = useI18n();
|
||||||
<ColoredCard :title="$t('home.follow.title')" :icon="Heart">
|
<ColoredCard :title="$t('home.follow.title')" :icon="Heart">
|
||||||
{{ $t('home.follow.p1') }}
|
{{ $t('home.follow.p1') }}
|
||||||
<a
|
<a
|
||||||
href="https://github.com/CorentinTh/it-tools"
|
href="https://github.com/TheTechNetwork/it-tools"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:aria-label="$t('home.follow.githubRepository')"
|
:aria-label="$t('home.follow.githubRepository')"
|
||||||
>GitHub</a>
|
>GitHub</a>
|
||||||
{{ $t('home.follow.p2') }}
|
{{ $t('home.follow.p2') }}
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/ittoolsdottech"
|
href="https://twitter.com/is_that_merican"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:aria-label="$t('home.follow.twitterAccount')"
|
:aria-label="$t('home.follow.twitterAccount')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue