From e5826d8c24c833a8ac560ed160a52b9de314f587 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Fri, 12 Jan 2024 13:33:11 -0800
Subject: [PATCH] remove unneeded build step

---
 .github/workflows/build-and-push-image.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml
index 03318320d..b6f2b3be5 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: |
-- 
GitLab