From 5a8cdb813e41e16dd9196c0a35471e39f46606f1 Mon Sep 17 00:00:00 2001 From: Roger Sacchelli Date: Tue, 9 Apr 2024 23:26:14 -0300 Subject: [PATCH] build edit wf test --- .github/workflows/frontend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index bd87ef0..5807825 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -11,7 +11,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + build-frontend: # The type of runner that the job will run on runs-on: ubuntu-latest @@ -36,7 +36,7 @@ jobs: name: Build and push uses: docker/build-push-action@v2 with: - context: ./ + context: ../ file: ./frontend/build/Dockerfile platforms: linux/amd64 push: true