From 59798dfe945bf0a66de87e4187b66def04a1550c Mon Sep 17 00:00:00 2001 From: elibrody <85048617+elibrody@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:51:54 -0500 Subject: [PATCH] Update releases.yml --- .github/workflows/releases.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index c8d4b5b4..0f8133df 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -93,11 +93,11 @@ jobs: ## Docker images - Docker Hub - - `TheTechNetwork/it-tools:latest` - - `TheTechNetwork/it-tools:${{ env.RELEASE_VERSION }}` + - `thetechnetwork/it-tools:latest` + - `thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}` - GitHub Container Registry - - `ghcr.io/TheTechNetwork/it-tools:latest` - - `ghcr.io/TheTechNetwork/it-tools:${{ env.RELEASE_VERSION}}` + - `ghcr.io/thetechnetwork/it-tools:latest` + - `ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}}` ## Changelog