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