Merge pull request #31 from TheTechNetwork/staging

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

View file

@ -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

View file

@ -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')"