diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b25aa51..9182a5d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -156,7 +156,8 @@ jobs: - name: Build and push frontend image uses: docker/build-push-action@v4 with: - context: ./frontend + context: . + file: ./frontend/Dockerfile push: true tags: ${{ steps.meta-frontend.outputs.tags }} labels: ${{ steps.meta-frontend.outputs.labels }}