diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml
index 03318320d2cfee3387e642dd4ee26865affda9ac..b6f2b3be51d8055b3bbbaee7cfe2c1d78e8cbe7e 100644
--- a/.github/workflows/build-and-push-image.yaml
+++ b/.github/workflows/build-and-push-image.yaml
@@ -32,11 +32,6 @@ jobs:
       - name: Check out the repo
         uses: actions/checkout@v4
 
-      - name: Parse repository name to lowercase
-        shell: bash
-        run: echo "repo=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT
-        id: lowercase_repo
-      
       - name: Check if DockerHub build needed
         shell: bash
         run: |