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