From b8bd0700c9bd1798530fada04af8bc14514fac61 Mon Sep 17 00:00:00 2001 From: elibrody <85048617+elibrody@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:08:39 -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 63c59b08..63014496 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -42,8 +42,8 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - elibrody/it-tools:latest - elibrody/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}} @@ -93,8 +93,8 @@ jobs: ## Docker images - Docker Hub - - `elibrody/it-tools:latest` - - `elibrody/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}}`