From 7999151ac5268d599f71d439be3cacb9968649f8 Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Fri, 17 Jan 2025 15:07:43 +0530 Subject: [PATCH] Remove Docker Hub image tags from deploy action --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 712adc415e..00c9527a5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,6 @@ jobs: with: images: | ghcr.io/${{ github.repository }} - ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }} tags: | type=raw,value=production-latest,enable=${{ startsWith(github.event.ref, 'refs/tags/v') }} type=raw,value=production-latest-${{ github.run_number }}-{{date 'YYYYMMDD'}}-{{sha}},enable=${{ startsWith(github.event.ref, 'refs/tags/v') }}