From 02cecab7c2adb5e3296907e765d6ae2ee5452160 Mon Sep 17 00:00:00 2001 From: elibrody <85048617+elibrody@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:54:19 -0500 Subject: [PATCH] Update releases.yml --- .github/workflows/releases.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index b7710abc..63c59b08 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -42,14 +42,14 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - thetechnetwork/it-tools:latest - thetechnetwork/it-tools:${{ env.RELEASE_VERSION }} + elibrody/it-tools:latest + elibrody/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 - #needs: docker-release + needs: docker-release steps: - name: Get release version run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV @@ -93,8 +93,8 @@ jobs: ## Docker images - Docker Hub - - `thetechnetwork/it-tools:latest` - - `thetechnetwork/it-tools:${{ env.RELEASE_VERSION }}` + - `elibrody/it-tools:latest` + - `elibrody/it-tools:${{ env.RELEASE_VERSION }}` - GitHub Container Registry - `ghcr.io/thetechnetwork/it-tools:latest` - `ghcr.io/thetechnetwork/it-tools:${{ env.RELEASE_VERSION}}`