From 9a54ba941c903179522dc0794b3885043741686d Mon Sep 17 00:00:00 2001 From: David Hayes Date: Wed, 7 Aug 2024 21:17:09 -0600 Subject: [PATCH] Update releases.yml --- .github/workflows/releases.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index b6840fecb..0176fb26d 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -43,8 +43,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - # corentinth/it-tools:latest - # corentinth/it-tools:${{ env.RELEASE_VERSION }} ghcr.io/altitudems/it-tools:latest ghcr.io/altitudems/it-tools:${{ env.RELEASE_VERSION}} @@ -93,9 +91,6 @@ jobs: body: | ## Docker images - - Docker Hub - - `altitudems/it-tools:latest` - - `altitudems/it-tools:${{ env.RELEASE_VERSION }}` - GitHub Container Registry - `ghcr.io/altitudems/it-tools:latest` - `ghcr.io/altitudems/it-tools:${{ env.RELEASE_VERSION}}`