Skip to content

Commit c2cd46b

Browse files
committed
fix: remove frontend build step from prod workflow
1 parent 87a8bfd commit c2cd46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# Build frontend Docker image only if frontend files changed
8989
- name: Build and push frontend Docker image
9090
uses: docker/[email protected]
91-
if: steps.frontend-changes.outputs.frontend == 'true'
91+
#if: steps.frontend-changes.outputs.frontend == 'true'
9292
with:
9393
context: ./frontend
9494
file: ./frontend/Dockerfile

0 commit comments

Comments
 (0)