Skip to content

Commit

Permalink
fix(ci): disabling frontend image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Dec 8, 2023
1 parent 1cb4149 commit 2466e9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2466e9d

Please sign in to comment.