From 2466e9da3a24a97e1c2abad7fa113451d979db07 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Sat, 9 Dec 2023 02:48:42 +0530 Subject: [PATCH] fix(ci): disabling frontend image builds --- .github/workflows/build-push.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 575e391..7153730 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -32,10 +32,10 @@ jobs: push: true tags: ghcr.io/thirdeye-dev/thirdeye:latest - - name: Build and push Docker frontend image - uses: docker/build-push-action@v2 - with: - context: .. - file: docker/Dockerfile.frontend - push: true - tags: ghcr.io/thirdeye-dev/thirdeye-frontend:latest + # - name: Build and push Docker frontend image + # uses: docker/build-push-action@v2 + # with: + # context: .. + # file: docker/Dockerfile.frontend + # push: true + # tags: ghcr.io/thirdeye-dev/thirdeye-frontend:latest