From 472b85c53174b49d5ee4fe9d97dcac002b227b51 Mon Sep 17 00:00:00 2001 From: Ahmad Wael Date: Sat, 27 Dec 2025 05:25:38 +0200 Subject: [PATCH] Chore(workflow): Update frontend Dockerfile path in release workflow Changed the Dockerfile path from 'frontend/Dockerfile' to 'Dockerfile.frontend' in the release workflow to match the new file location or naming convention. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac5bb7f..8e740cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: if: env.VERSION != '' run: | docker build \ - -f frontend/Dockerfile \ + -f Dockerfile.frontend \ -t ${{ secrets.DOCKERHUB_USERNAME }}/ops-frontend:${VERSION} \ -t ${{ secrets.DOCKERHUB_USERNAME }}/ops-frontend:latest \ frontend